.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 1px solid #F8F8F8;
	border-bottom-width: 1px;
	width: 590px;
	height: 200px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 0px;  /*leave as is*/
	padding: 0px;
	background: #F8F8F8;
	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: 550px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	background-color: #F8F8F8;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #000000;
	background: white;
	border: 1px solid #e2e2e2;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #D8F4D7;
}
