.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px;
	border-bottom-width: 0px;
	width: 600px; 
	height: 200px;
	left: 10;
	top: 0;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
font-family: Georgia, "Times New Roman", Times, serif;
left: 10;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 590px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 200px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 600px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #CCCCCC;
text-decoration: none;
}