.sliderwrapper{
	position: relative; /*leave as is*/
	height: 190px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	width:660px;
	height:190px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pagination{
	width: 640px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position:absolute;
	margin-top:-30px;
	z-index:9999;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: white;
	background: #3A3A3A;
}

.pagination a:hover, .pagination a.selected{
	color: white;
	background-color: #6699FF;
}