.sliderwrapper{
position: relative; /* Do not change this value */
width: 695px;
height: 375px; /* Set height to be able to contain height of largest content shown*/
overflow:hidden;
margin-top:94px;
z-index:-1;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
width: 695px; /*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;
height:340px;
}

.sliderwrapper .contentdiv p {	
	width:695px;
	background-color: #1162BB;
	padding: 0 0 0 23px;
	color: #ffffff;
	position: absolute;
	top:300px;
	z-index:1000;
	}

.pagination{
position: absolute;
left: 0px;
top: 435px;
width: 695px;
text-align: left;
background: white;
background:#232728;
}

#leftcol .pagination a {
display: -moz-inline-box;
display: inline-block;
float: left;
color: #ffffff;
padding-top:5px;
padding-bottom:5px;
padding-right: 20px;
padding-left: 20px;
font-weight: bold;
font-size:13px;
border-right:1px solid #262D2F;
line-height:22px;
}



#leftcol .pagination a:hover {
color:#ffcc00;
text-decoration:none;
}

#leftcol  .pagination a.selected {
color:#3DBAFF;
background:#151D1F;
}