.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 595px;
height:269px;
z-index:0px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background:none;
width: 595px;
z-index:2px;
height:269px;

}

.pagination{
	width: 200px; /*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:10px;
	left:370px;
}

.pagination a{
padding: 3px 8px;
text-decoration: none; 
color: #ffffff;
border:#e5e5e5 solid 1px;
font-size:10px;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #1d4513;
border:#fff solid 1px;
}
