.sliderwrapper{
float:left;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
text-align:justify;
/*border: 1px solid #000000;*/
font-family:arial; 
font-size:12px;		 
width: 248px; 
height:170px;
margin:0 0 0 8px;
cursor:pointer;
}



.sliderwrapper .contentdiv{
float:left;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
width: 248px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 170;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
float:left;
width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
font-family:arial; 
font-size:14px;	
color: #203B72;
/*border: 1px solid #000000;*/
margin:7px 0 0 80px;
}

.pagination a{
text-decoration: none; 
color: #203B72;
}

.pagination a:hover, .pagination a.selected{
color: #80B4DB;
text-decoration: none; 
}
