.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 712px; /*width of featured content slider*/
height: 371px;
background-image: url("/Uploads/Public/Images/sliderbg1.jpg");
z-index: 0;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 712px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
padding-top:10px;
padding-left:10px;
z-index: 0;
height: 371px;


}

.pagination {
width: 225px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
z-index: 100;
position: relative;
left: -65px;
margin-top: -25px;

}

.pagination a{
background-color: transparent;
margin-right:8px;
text-decoration: none; 
height:12px;
width:12px;
background-image: url("/Uploads/Public/Images/roundon.png");
background-repeat: no-repeat;
background-position: left top;
}

.pagination a:hover, .pagination a.selected{
background-color: transparent;
height:12px;
width:12px;
background-image: url("/Uploads/Public/Images/sliderbutton.png");
background-repeat: no-repeat;
background-position: left top;
}

.toc {
height:11px;
width:11px;
display: inline-block;
}

.toc a {
height:11px;
width:11px;
} 

.toc a:hover {
height:11px;
width:11px;
}

.toc selected {
height:11px;
width:11px;
}


a.squarebutton{
background: transparent url('media/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('media/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.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%;
}

