.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:659px;
height:280px;
float:left;
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:659px;
height:300px;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
z-index:2px;
}

.pagination{
	width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 10px;
	position:absolute;
	z-index:100;
top: 245px;
left: 235px;
	margin-left:25px;
}

.pagination a{
color: #EEEEEE;
background-color: #EEEEEE;
font-size: 10px;
border-radius: 7px;
padding-left: 4px;
padding-right: 5px;
}

.pagination a:hover, .pagination a.selected{
color: #AD8D54;
background-color: #AD8D54;
font-size: 10px;
border-radius: 7px;
padding-left: 4px;
padding-right: 5px;

}
