#slidercontainer {
	width: 926px; 
	height: 230px;
	color: #fff;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 926px; height: 230px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 926px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.pagination{
width: 170px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 20px;
padding: 3px 0;
text-align: center;
position: absolute;
top: 200px;
left: 755px;
z-index: 2000;
}
.paginationbg {
	background-color: #fff;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.60; 
	opacity: 0.60;
	width: 180px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 22px;
	position: absolute;
	top: 410px;
	left: 26px;
	z-index: 1000;
}
.pagination a, .pagination a:visited{
padding: 2px;
text-decoration: none; 
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
background: #3d3d3d;
margin-right: 2px;
height: 14px;
width: 14px;
margin-bottom: 3px;
display: block;
float: left;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #49ADCE;
}
.next {
	margin-left: 0;
}
.prev {
	margin-right: 0;
}
.toc {
	
}
.image {
	position: relative;
	z-index: 1000;
}

.slidetextbg {
	background-color: #3d3d3d;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.60; 
	opacity: 0.60;
	width: 290px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 18px;
	position: absolute;
	top: 200px;
	left: 12px;
	z-index: 1000;
}
.slidetext {
	width: 290px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 26px;
	position: absolute;
	top: 202px;
	left: 16px;
	z-index: 2000;
}