.sliderwrapper{
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    width: 350px; /*width of featured content slider*/
    height: 250px;
    background-color:#D6E9F3;
    left: 0px;
}


.divin
{ 

   padding : 8px; 
   height: 50px; 
  margin-top:-66px;
   position:relative ;
   color: white; 
   background-image:url(../images/divin.png);
   width:100%
   
   }
.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:#D6E9F3  /*#FEE581*/;
width: 350px; /*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: 340px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding: 2px 5px 0 5px;
background-image: url('../Images/Pagination.gif');
height:23px
}
.pagination a
{

padding: 2px 7px 0 8px;
text-decoration: none; 
font-size:11pt;
height:25px;
color: #fff;
}

.pagination a:hover{
color: #1483CC;
font-size :11pt;
height:25px;
background-color:#eee;

}
.pagination a.selected
{
	color: #000;
	padding: 0 8px;
text-decoration: none; 
font-size :11pt;
height:25px;
background-color:#eee;
	}

