.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 421px;
height: 202px;
background: url(../images/sprite_no-repeat.png) no-repeat left -224px;
padding: 15px;
z-index: 300 !important;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 15px;  /*leave as is*/
	top: 40px;  /*leave as is*/
	padding: 5px;
	background: white;
	width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index:301 !important;
}
.contentred {
	background: red;
}
.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
clear: both;
position: relative;
top: 155px;
left: 0px;
}

.pagination a, .toc a{
padding: 0 5px;
text-decoration: none; 
color: white;
background: #b4b4b4;
width: 10px;
height: 10px;
font-size: 10px;
}

.pagination a.selected  {
color: white;
background-color: #2881b8;
}
.pagination a:hover, .toc a:hover {
color: white;
background: #333333;
}
