.sliderwrapper{
position: relative; /*leave as is*/
overflow-y: auto; /*leave as is*/
overflow-x: hidden;
width:696px; /*width of 2nd level content*/
/* height:600px; height of 2nd level content. Set to largest's content height to avoid jittering.*/
height:309px;
float:right;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 696px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
}

.contentdiv ul{
	margin:0;
	padding:0;	
}
.contentdiv ul li{
	list-style:none;
}


.pagination{
width: 300px;
padding-left:550px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
text-indent:15px;
font: 18px Arial;
position:relative;
top:-40px;
z-index:1000;
}

.pagination a{
float: left;
margin:5px;
width:13px;
height:11px;
background-color:#FFF;
}

.pagination a:hover, .pagination a.selected{
background-color: #DFC265;
}