.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 595px; /*width of featured content slider*/
height: 255px;
}



.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: #e2d8c2;
width: 585px; /*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;
}

.pagination{
width: 295px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
float: left;
text-align: left;
}

.pagination a{
 text-decoration: none; 
 font-size: 2em;
 font-weight: 100;

}

.pagination a:hover, .pagination a.selected{
color: #000;
}

.toc{
 width: 270px;
 height: 45px;
 background-color: #ece6d8;
 margin-bottom:5px;
 text-align: left;
 padding-left: 20px;
 padding-top: 15px;
 margin-right: 5px;
}
.toc:hover{
 background-color: #e2d8c2;
 width: 275px;
}
.tocSelected{
 background-image: url('../images/img_menu_over.jpg');
 background-repeat: no-repeat;
 background-position: left top;
 height: 45px;
 background-color: #e2d8c2;
 margin-bottom:5px;
 text-align: left;
 padding-left: 20px;
 padding-top: 15px;
 margin-right: 5px;
 width: 275px;
}