.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 540px; /*width of featured content slider*/
height: 350px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 530px; /*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;
}

div.pagination{
width: 120px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
font-family: Verdana, Tahoma;
font-size: 10px;
color: #001A91;
}

div.holder{
width: 140px;
height: 100%;
border: 1px solid #d7dae9;
padding-bottom: 4px;
padding-right: 2px;
margin-bottom: 2px;
}

div.holder:hover{
border: 1px solid #00bc00;
}

div.pagination_image{
float: left;
width: 50px;
padding-top: 2px;
margin-bottom: 2px;
padding-right: 1px;
}

div.pagination_title{
padding-top: 8px;
padding-bottom: 4px;
font-family: Verdana, Tahoma;
font-size: 10px;
color: #001A91;
}

.pagination img{
border: 2px solid #FFF;
margin-top: 4px;
margin-bottom: 4px;
margin-left: 2px;
}