.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 490px; /*width of featured content slider*/
	height: 240px;
	border: 1px dotted #CCCCCC;
}
/*.tablelogos {
	width: 470px;
	font-size: 90%;
	padding: 5px 10px 10px;
	height: 230px;
	border-top: 2px dotted #CCCCCC;
	border-right: 2px dotted #CCCCCC;
	border-bottom: 2px;
	border-left: 2px dotted #CCCCCC;
}*/


.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: white;
width: 460px; /*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: 480px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding: 5px 5px;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	background: #FFFFFF;
	font-size: 95%;
	color: #333333;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px dashed #CCCCCC;
	font-size: 95%;
	color: #666666;
}

.pagination a:hover {
	background: #FFFFFF;
	text-decoration: none;
}

.pagination a.selected{
	background-color: #E6E6E6;
}
.toc .anotherclass{
}

