﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 530px; /*width of featured content slider*/
height: 170px;
z-index:0;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
margin:5px;
width: 520px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 510px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
margin-top:10px;
margin-bottom:5px;
}

.pagination a{
padding:  3px 8px 3px 8px ;
text-decoration: none; 
 background-color:#26326D;
color:#ffffff;
background-repeat:no-repeat;
}

.pagination a.selected{
color: #ffffff;
 background-color:##26326D;
 font-weight:bold
}

.pagination a:hover{
color: #ffffff;
 background-color:##26326;
 font-weight:bold
}
