#slidercontainer {
	width: 970px; 
	min-height: 380px;
	color: #fff;
	height:auto !important;
	height:380px;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 968px; min-height: 378px;
height:auto !important;
border: #696969 solid 1px;
height:378px;
}



.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%;
    font-family: 'StagLight';
}

.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, .TLwhite{
	display: block;
	color: #fff;
	position: absolute;
	top: 245px; /*ALEX was 200*/
	left: 26px;
	z-index: 3000;
	width: 500px;
	height: 100px;
	font-size: 250%;
	font-weight:bold;
}
.BRwhite {
	display: block;
	color: #fff;
	position: absolute;
	top: 210px;
	left: 500px;
	z-index: 3000;
	width: 450px;
	height: 100px;
	font-size: 250%;
	font-weight:bold;
	text-align: right;

}
/*.TLwhite {
	display: block;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 26px;
	z-index: 3000;
	width: 400px;
	height: 100px;
	font-size: 250%;
	font-weight:normal;

}*/
.TRwhite {
	display: block;
	color: #fff;
	position: absolute;
	top: 80px;
	left: 500px;
	z-index: 3000;
	width: 450px;
	height: 100px;
	font-size: 250%;

	font-weight:bold;
	text-align: right;
}
.BLblack {
	display: block;
	color: #000;
	position: absolute;
	top: 278px;
	left: 26px;
	z-index: 3000;
	width: 500px;
	height: 100px;
	font-size: 300%;

}
.BRblack {
	display: block;
	color: #000;
	position: absolute;
	top: 278px;
	left: 500px;
	z-index: 3000;
	width: 450px;
	height: 100px;
	font-size: 300%;

	text-align: right;
}
.TLblack {
	display: block;
	color: #000;
	position: absolute;
	top: 20px;
	left: 26px;
	z-index: 3000;
	width: 400px;
	height: 100px;
	font-size: 300%;

}
.TRblack {
	display: block;
	color: #000;
	position: absolute;
	top: 40px;
	left: 500px;
	z-index: 3000;
	width: 450px;
	height: 100px;
	font-size: 300%;

	text-align: right;
}


