.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 787px; /*width of featured content slider*/
height: 260px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 787px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
text-align: left;
}

.pagination a img{
color: #FFF;
margin-top:14px;
margin-right:18px;
background: none;
border-top:1px solid #F3F0EF;
}

.pagination a:hover img{
color: #FFF;
margin-top:14px;
background: none;
border-top:1px solid #F3F0EF;
}
.pagination a.selected img{
color: #FFF;
background: url('../images/homelanding/carouselstrip.gif') no-repeat top left;
padding-top:15px;
margin-top:0px;
border-top:none;
}