.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:580px;
height:170px;
/*width of featured content slider*/
z-index:0;
	margin:65px 0 0 0px;
	padding:15px 0 5px 50px; 

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0 3px 0 0;
background:none;
width:600px;
height:170px;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
z-index:2px;
}

.pagination{
	padding: 5px 10px;
	position:absolute;
	z-index:100px;
	display:block;
	width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 6px 10px;
	top:163px;
	left:202px;
}

.pagination a{
	float:left;
	display:block;
	padding:0px 0px;
	text-decoration: none; 
color: #390001;
width:8px;
height:8px;
background:#53a2ff;
font-size:0px;
margin-right:4px;
background: url(images/slider_hover.gif) no-repeat;
}

.pagination a:hover, .pagination a.selected{
color: #073c12;
background-color: #967d7d;
background: url(images/slider_active.gif) no-repeat;
width:8px;
height:8px;
}

