.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 500px;
	height: 155px;
	padding: 0 0 0 5px;
	z-index: 0;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: relative; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: white;
	width: 500px; /*width of content DIVs within slider.  */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.sliderwrapper .contentdiv img {
	border:none;
}
.pagination 
{
	position:relative; 
	width: 492px; /*Width of pagination DIV.*/
	height: 20px;
	text-align: right;
	top: -18px;
	z-index: 2;
	font-family: verdana;
	font-size: 9px;
	font-weight:700;
}
.pagination a {
	padding: 0 7px;
	text-decoration: none;
	color: #504e3d;
	background: #e5e5dd;
}
.pagination a:hover, .pagination a.selected {
	color: #e5e5dd;
	background-color: #504e3d;
}
