.sliderwrapper{
clear:both;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 533px; /*width of featured content slider*/
height:400px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px 0px 5px 0px;
background: white;
width: 533px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
height: 400px;
opacity: 1;
}

.pagination{
float:right;
 /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #fff;
padding: 5px 10px;
font-size:0.9em;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #999;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #666;
}

.visitsite {padding: 2px 7px 2px 7px; background:#9cc244; border:1px solid #7c9543; }
.visitsite a{color:#fff;}

.moreprojects img {margin-right: 12px; margin-bottom:12px;}