#slidercontainer {
	width: 970px; 
	height: 380px;
	color: #fff;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 968px; height: 378px;
border: #696969 solid 1px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 968px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.pagination{
width: 180px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 22px;
padding: 3px 0;
text-align: center;
position: absolute;
top: 410px;
left: 26px;
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: 0 4px;
text-decoration: none; 
color: #666;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
}

.pagination a:hover, .pagination a.selected{
color: #666;
background-color: #fff;
}
.next {
	margin-left: 0;
}
.prev {
	margin-right: 0;
}
.toc {
	
}
.image {
	position: relative;
	z-index: 1000;
}

.BLwhite {
	display: block;
	color: #fff;
	position: absolute;
	top: 278px;
	left: 26px;
	z-index: 3000;
	width: 500px;
	height: 100px;
	font-size: 300%;
	font-family: "ITC Avant Garde Gothic";
}
.BRwhite {
	display: block;
	color: #fff;
	position: absolute;
	top: 278px;
	left: 500px;
	z-index: 3000;
	width: 450px;
	height: 100px;
	font-size: 300%;
	font-family: "ITC Avant Garde Gothic";
	text-align: right;
}
.TLwhite {
	display: block;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 26px;
	z-index: 3000;
	width: 400px;
	height: 100px;
	font-size: 300%;
	font-family: "ITC Avant Garde Gothic";
}
.TRwhite {
	display: block;
	color: #fff;
	position: absolute;
	top: 40px;
	left: 500px;
	z-index: 3000;
	width: 450px;
	height: 100px;
	font-size: 300%;
	font-family: "ITC Avant Garde Gothic";
	text-align: right;
}
.BLblack {
	display: block;
	color: #000;
	position: absolute;
	top: 278px;
	left: 26px;
	z-index: 3000;
	width: 500px;
	height: 100px;
	font-size: 300%;
	font-family: "ITC Avant Garde Gothic";
}
.BRblack {
	display: block;
	color: #000;
	position: absolute;
	top: 278px;
	left: 500px;
	z-index: 3000;
	width: 450px;
	height: 100px;
	font-size: 300%;
	font-family: "ITC Avant Garde Gothic";
	text-align: right;
}
.TLblack {
	display: block;
	color: #000;
	position: absolute;
	top: 20px;
	left: 26px;
	z-index: 3000;
	width: 400px;
	height: 100px;
	font-size: 300%;
	font-family: "ITC Avant Garde Gothic";
}
.TRblack {
	display: block;
	color: #000;
	position: absolute;
	top: 40px;
	left: 500px;
	z-index: 3000;
	width: 450px;
	height: 100px;
	font-size: 300%;
	font-family: "ITC Avant Garde Gothic";
	text-align: right;
}

