
.sliderwrapper
{
position:absolute; 
width:443px; height:190px; 
top:2px; 
left:1px;
overflow: hidden;
z-index:1;

}



.sliderwrapper .contentdiv
{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 2;  /*leave as is*/
top: 2;  /*leave as is*/
padding: 0px;
background: white;
width: 443px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 190px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contenttext
{
	position:absolute; 
	top:2px;
	right:2px;
	background-image: url(../../images/rotate/slide_fade.png); 
	color:White; 
	font-size: 7.5pt;
	width:152px; 
	height:170px;
}

.contenttext a
{
	font-family: 'Trebuchet MS' , 'Lucida Sans' , Verdana, 'Century Gothic' , Arial;
	color: #3AA1C9;
	font-size: 10pt;
	font-weight: bolder;
}
.contenttext a:hover
{
	font-family: 'Trebuchet MS' , 'Lucida Sans' , Verdana, 'Century Gothic' , Arial;
	color: #3AA1C9;
	font-size: 10pt;
	font-weight: bolder;
	text-decoration: underline;
}

.pagination
{
	/*padding: 4px 45px;*/
	position: absolute;
	width: 438px;
	padding: 4px 62px;
	height: 12px;
	top: 170px;
	left: 4px;
	border: solid 0px gray;
	background-image: url(../../images/rotate/slide_fade2.png);
	z-index: 2;
	width: 314px;

}

html>body .pagination 
{ 
    width:314px;  
} 


.pagination a
{
margin-left:7px;
padding: 4px 7px;
text-decoration: none;
background-image: url(../../images/rotate/bgtus.jpg);
background-repeat: no-repeat;
color:White;
}

.pagination a:hover, .pagination a.selected
{
text-decoration: none; 
background-image: url(../../images/rotate/bgtus.jpg);
color:Blue;
}