.sliderwrapper{ 											
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-top: 0px #ccc solid;
width: 635px; /*width of featured content slider*/
height: 178px;
}

.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: white;
width: 635px; /*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;
}

.sliderwrapper .contentdiv .h-left{
width: 635px;
height:178px;
float:left;
}
.sliderwrapper .contentdiv .h-left .h-img{
width: 635px;
border: 0px #ccc solid;
}

.pagination{
width: 615px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:16px;
text-align: right;
background: url(images/bg_grey.gif) repeat-x 0% 0%;
padding: 3px 10px 3px 10px;
font-weight:normal;

}

.pagination a:link, .pagination a:visited {
padding: 0 4px;
text-decoration: none; 
color: #eee;
background: #333;
border: 1px #eee solid;
}

.pagination a:hover {
color: #fff;
background-color: #000;
border: 1px #ccc solid;
}

.pagination a.selected{											
color: #fff;
background-color: #3477ac;
border: 1px #ccc solid;
}
