.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 1px solid #CCCCCC;
	width: 362px; /*width of featured content slider*/
	height: 145px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 362px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	width: 362px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 2px 2px 5px 0px;
}

.pagination a{
display: inline;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 3px 5px 3px 5px;
text-decoration: none; 
color: #000000;
/*background-color: #C9C9C9;
border: #A1A1A1 solid 1px;*/
margin: 1px 0px 1px 0px;
width: 35px;
height: 20px;
background-image: url(../imagenes/scroll_placement_button_off.gif);
}

.pagination a:hover, .pagination a.selected{
	display:inline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	/*border: #A1A1A1 solid 1px;*/
	margin: 1px 0px 1px 0px;
	width: 15px;
	height: 20;
	background-image: url(../imagenes/scroll_placement_button_on.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-weight:bold;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
}
