.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #A0A0A0;
border-bottom-width: 0px;
width: 243px; /*width of featured content slider*/
height: 212px;
}

p {
	margin-top:7px;
	margin-bottom:0px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #F5F7E1;
background-image:url(../images/banners/bancomer-ad-bkgd.gif);
width: 243px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:alpha (opacity=30); /* MS Internet Explorer */ 
filter:progid:DXImageTransform.Microsoft.Alpha 
(style=0, opacity=30) /* MS Internet Explorer proprietory */ 
-moz-opacity: 0.3; /* Mozilla v1.6 and below */ 
opacity: 0.3; /* CSS-3 Standards */ 
-khtml-opacity:.3 /* Safari */ 
/*
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	*/
}


.pagination{
width: 243px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 22px;
text-align: center;
background-image:url(../images/bkgd-box-tours.gif);
background-repeat:repeat-x;
padding: 0px 0px;
}

.pagination a{
height: 22px;
padding: 4px 5px;
text-decoration: bold; 
color: white;
}

.pagination a:hover, .pagination a.selected{
height: 22px;
color: #4B4A46;
background-color: #FEE496;
}