﻿.sliderwrapper{
	position: relative; /*non tocar*/
	overflow: hidden; /*non tocar*/
	border-bottom-width: 6px;
	width: 100%; /*anchura de contido afectado polo deslizador*/
	height: 315px;
}

.sliderwrapper .contentdiv{/*capa de texto descriptivo das imaxes*/
	visibility: hidden; /*non tocar*/
	position: absolute; /*non tocar*/
	left: 0;  /*non tocar*/
	top: 0;  /*non tocar*/
	background: #ffffff;
	width: 100%; /*anchura interior de contido deslizante DIVs . A anchura total debe ser igual o ancho interior do deslizador, tendo en conta os paddings (390+5+5=400) */
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	text-align:right;
}

.contentdiv img{
	border:none;
	margin: 0;
	padding: 0;
}
.pagination{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 90%; 
	margin:0 auto;
	text-align: right;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #999;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #85A234;
}
