.sliderwrapper{
position: relative; /* Do not change this value */
width: 532px;
height: 354px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #687C98;
overflow: hidden;
}



.sliderwrapper .contentdiv{
position: absolute; /* Do not change this value */
left:0px;
z-index:1;
background: white;
padding: 3px 0 3px 0;
visibility: hidden;
width: 532px;
text-align:left;
background:#F4F4E9;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 550px;
margin: 5px 0 5px 0;
padding:4px 0 0 0;
height:20px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}

.toc a{
display: -moz-inline-box;
display: inline-block;
color:#666666;
padding: 2px 4px 2px 4px;
margin-right: 3px;
font-weight: 600;
text-decoration: none;
margin-bottom:0px;
text-decoration: none;
}

.pagination a:hover{
background:#FFFFFF;
color:#237B6C;
text-decoration: underline;
font-weight:600;
}

.pagination a.selected{
background:#FFFFFF;
color:#237B6C;
text-decoration: none;
font-weight:600;
}

.pagination a:hover, .pagination a.selected{
background:#FFFFFF;
color:#237B6C;
text-decoration: none;
font-weight:600;
}

.pagination a.toc {
color:#237B6C;
text-decoration:none;
}

.pagination a.toc:hover {
color:#237B6C;
text-decoration:underline;
}


.pagination a.prev {
color:#663333;
text-decoration:none;
font-weight:600;
}

.pagination a.prev:hover {
color:#663333;
text-decoration:underline;
font-weight:600;
}


.pagination a.next {
color:#663333;
text-decoration:none;
font-weight:600;
}

.pagination a.next:hover {
color:#663333;
text-decoration:underline;
font-weight:600;
}

