.sliderwrapper{
position: relative; /*leave as is*/
	width:476px;
	float:left;
	height:301px


}



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

.pagination{
	width: 300px; /*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;
	margin-left:100px;
	bottom:-3px;
}

.pagination a{
	width:9px;
padding: 10px 10px;
text-decoration: none; 
color: #fff;
font-size:0px;
height:8px;
background:url(../../images/dark-brown.png) no-repeat;
margin-left:5px;
}

.pagination a:hover, .pagination a.selected{
color: #0e0d0c;
background:url(../../images/brown-box.png) no-repeat
}
