.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px 1px 1px 0px solid #ffffff;
width: 650px; /*width of featured content slider*/
height: 350px;
float:left;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #ffffff;
width: 650px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 350px;
border-top:#FFFFFF solid 1px;
border-left:#FFFFFF solid 1px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 650px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #ffffff;
padding: 0px 0px 5px 5px;
font-size:11px;
}

.pagination a{

padding: 13px 0px 0px 0px;
text-align:center;
height:78px;
width:75px;
display:block;
float:left;
text-decoration: none; 
color: #000000;
background: url(/images/home-slider/bkg.jpg) no-repeat;
margin:0px 3px 10px 3px;
}

.pagination a:hover {
color: #000000;
background:url(/images/home-slider/bkg-h.jpg) no-repeat;
font-style:italic;
}

.pagination a img {margin-bottom:4px}

.pagination a.selected {background:url(/images/home-slider/bkg-s.jpg) no-repeat; color:#FFFFFF}
