.sliderwrapper{
position: relative; /*leave as is*/

width:430px; float:left; height:214px;
z-index:0;
}



.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:430px; float:left; height:214px;/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
z-index:2px;
}

.pagination{
	width: 128px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height:43px;
	text-align: right;
	padding: 18px 120px;
	position:absolute;
	z-index:100;
	top:165px;
	left:40px;
	margin-left:0px;
}

.pagination a{
padding: 3px 8px;
text-decoration: none; 
color: #302d28;
font-size:10px;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #c83d42;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}

