.sliderwrapper{
    position: relative; /*leave as is*/
    overflow:hidden; /*leave as is*/
    width: 500px; /*width of featured content slider*/
    height: 265px;
    background-color:#F0F0F0;
    left: 0px;
    border:solid 2px #d8e9f1;
    
}

.title
{ 
    vertical-align: top;
	padding: 5px;
	color: #0e80c1;
}

.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:#F0F0F0  /*#FEE581*/;
width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 265px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination{
width: 460px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 1px 5px;
margin-right:3px;
margin-top:5px;

}
.pagination a
{

padding: 0 8px;
text-decoration: none; 
font-size:10pt;
height:25px;
color: #1483CC;
}

.pagination a:hover{
color: #1483CC;
font-size :11pt;
height:25px;
background-color:#bbb;

}
.pagination a.selected
{
	color: #000;
	padding: 0 8px;
text-decoration: none; 
font-size :11pt;
height:25px;
background-color:gray;
} 
