﻿.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	height: 115px;
	width: 251px;
	margin-left: 15px;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: #E5E5E5;
	width: 251px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 115px;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.pagination {
	width: 251px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	margin-left: 15px;
	margin-top: 5px;
}
.pagination a 
{
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	line-height: 15px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../Images/SliderBg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	width: 17px;
	height: 15px;
}
.pagination a:hover, .pagination a.selected {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../Images/SliderBg2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.Imagen123 {
	width: 251px;
	height: 105px;
	display: block;
}
.Enlace123 {
	position: absolute;
}
.Titulo123 {
	background-color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	display: block;
	line-height: 19px;
	color: #333333;
	padding-left: 10px;
}
