/* CSS Document */
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: none;
	width: 734px; /*width of featured content slider*/
	height: 277px;
	z-index: -1;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 734px; /*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: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #3e3e40;
font-size: 16px;
}

.pagination a{
padding: 0 5px;
height: 50px;
text-decoration: none; 
color: #ffffff;
background: #3e3e40;
border: #ffffff;
}

.pagination a:hover, .pagination a.selected{
color: #1d0bc3;
background-color: #ffffff;
}
.toc{ background-color:#3e3e40; background-position:center; background-repeat:no-repeat; font-family:Verdana, Arial, Helvetica, sans-serif; font-size-adjust:inherit; height:44px; overflow:hidden; text-align:left; text-decoration:none; line-height: 44px; margin-top: auto;}

#bannerButtons {
	position:absolute;
	width:200px;
	height:32px;
	z-index:1;
	top: 235px;
	visibility: visible;
}
