.hold_bgcslider {
font: 11px Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #333;
width: 469px; /*width of featured content slider*/
height: 212px;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
z-index:20;
overflow:hidden;
}

.hold_imgs{float:right;position:relative;width:318px;height:212px;overflow:hidden;}

.hold_menuitems {background: #EDEDED;position:relative;float:left;width:149px;overflow:hidden;border-right: 1px solid #000;height:212px;}

.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 318px; /*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;
background: #eee;

}

.caption_indent {float:right;margin: 0 10px 0 0px;}

.links {
font: 11px Verdana, Arial, Helvetica, sans-serif;
padding:0px 0 0 px;
float:left;
text-decoration: none; 
color: #000;
border-bottom: 1px solid #000;
background: #fff;
}

.next_class {margin: 12px 0 0 25px;text-decoration:none;color: #000;width:150px;float:left;clear:both;text-align:right;}
.next_class:hover {text-decoration:underline;}

.toc{width:150px;height:auto;clear:both;float:left;padding:10px 0 10px 0;}

.links a:hover, .pagination a.selected{
color: #000;
background-color: #DBDBDB;
}