.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #888;
width: 143px; /*width of featured content slider*/
height: 117px;
padding: 2px;
margin-bottom: 10px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 147px; /*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;
}

#contentLeft2 .links { }
#contentLeft2 .links a { float: left; font: bold 13px Arial, Helvetica, sans-serif ; color: #ababab ; text-decoration: none ; padding: 3px 5px; border: 1px solid #E0E0E0; margin: 2px 7px 2px 2px; }
#contentLeft2 .links a:hover { text-decoration: none ; background: #E0E0E0 none repeat scroll 0%; color: #000 ; border: 1px solid #666666; }
#contentLeft2 .links a.selected {background: #E0E0E0 none repeat scroll 0%; color: #000 ; }

