.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 405px;
border: 1px solid #414141;
background-color:#000000;
}



.contentdiv{
visibility: hidden; /*leave as is*/
position: relative; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 340px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
padding: 10px;
background-color:#00;
}

.pagination{
text-align: left;
font-size:14px;
}

.pagination a{
text-decoration: none; 
color: #FFFFFF;
}

.pagination a:hover, .pagination a.selected{
color: #FFCC00;
text-decoration:none;
}
DIV.itemtoc{
padding-bottom:5px;
padding-top:5px;
line-height:14px;
font-family:"Lucida Grande", "Lucida Sans Unicode",Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
border-bottom:1px solid #333333;
}
#scroll {
position:absolute;
margin: 1px;
padding:10px;
top:35px;
left:370px;
width:260px;
height:350px;
overflow: auto;
background-color: #111111;
}
#navtoc{
position:absolute;
left:371px;
top:1px;
height:35px;
background:url(../template/img_toc/list_title.gif) repeat-x ;
width:280px;
}