.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px ;
width: 222px; /*width of featured content slider*/
height: 450px;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #000000;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 222px; /*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;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #000000;
}



.pagination{
width: 428px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
margin: 0px 0px 0px 0px;
padding: 0;
height : 420px;
overflow: hidden;
}

.pagination ul{
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0;
font-size: 8px;
line-height: 8px;
padding: 0px;
margin: 0px;
}
	
.pagination li {
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
font-size: 8px;
line-height: 8px;
padding: 0px;
margin: 0px;
}

.sheetheader {
color:#000000; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
text-decoration:underline; 
font-weight: bold;
}
	
a:link { color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration:none; font-weight: bold;}
a:active { color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration:none; font-weight: bold;}
a:visited { color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration:none; font-weight: bold;}
a:hover { color:#0033FF; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;}





a.toc{
background: transparent url('../images/button_0Btrans.gif') no-repeat top left;
display: block;
float: left;
font: 12px Verdana, Arial, Helvetica, sans-serif; /* Change 13px as desired */
font-weight: normal;
line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 20px; /* Height of button background height */
padding-left: 25px; /* Width of left menu image */
text-decoration: none;
}

a.toc span{
border: none;
background: transparent url('../images/button_0Ctrans.gif') no-repeat top right;
display: block;
padding: 4px 25px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
font-weight: normal;
color: #000000;
}

a:link.toc, a:visited.toc {
color: #000000; /*button text color*/
}

a.toc:hover{ /* Hover state CSS */
background: transparent url('../images/button_0Anew.png') no-repeat top left;
background-position: bottom left;

}



a.toc:active, a.toc.selected, a.toc.selected:hover {
background: transparent url('../images/button_0Bnew.png') no-repeat top left;
background-position: bottom left;

}

a:active.toc span, a.toc.selected span{
border: none;
background-position: bottom right;
background: transparent url('../images/button_0Cnew.png') no-repeat top right;
font-weight: bold;
color: #ffffff;
}





.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}




















