.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background:#f0f0f0;
width:456px; /*width of featured content slider*/
height:274px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width:446px; /*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 .imgBox{background:#fff; padding:5px; height:253px; width:200px; margin:0 10px 0 0; float:left;}


.pagination{
width:215px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 0; margin:-29px 0 0 235px; position:absolute; z-index:99;
}

.pagination a{
padding:0;
text-decoration: none; margin:0 1px; 
color: #000; text-align:center; font:bold 11px/18px tahoma;
background:url(../images/buttons.png) no-repeat -18px 0; width:18px; display:inline-block;
}

.pagination a:hover, .pagination a.selected{
color: #fff; text-align:center; font:bold 11px/18px tahoma;
background:url(../images/buttons.png) no-repeat 0 0; width:18px; display:inline-block;
}
.rContent{float:right; width:225px;}
.rContent ul{padding:10px 0 0;}
.rContent li{background:url(../images/bullet.png) no-repeat left 4px; padding:0 0 4px 15px; list-style:none;}
.rContent li a{color:#000;}
.rContent h3{font:normal 20px Arial, Helvetica, sans-serif; color:#00c3ff; margin:0 0 10px;}