.sliderwrapper{
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    width: 590px; /*width of featured content slider*/
    height: 200px;
    background-color: #DDECFF;
    left: 0px;
}
.sliderwrapper 
.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
background-color: #fff /*#FEE581*/;
width: 590px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 250px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination{
width: 260px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 1px 20px;
margin-right:290px;
margin-top:-20px;
 position:absolute ;
background-image: url(../images/Divin.png) ;



}
.pagination a
{

padding: 0 8px;
text-decoration: none; 
font-size:10pt;
height:25px;
color: #fff;
}

.pagination a:hover{
color: #bbbbbb;
font-size :11pt;
height:25px;


}
.pagination a.selected
{
	color: #000;
	padding: 0 8px;
text-decoration: none; 
font-size :12pt;
height:25px;
background-color:#bbbbbb;
	}

