.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
	height: 265px;
}
#more {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	z-index: 666;
	clear: none;
	position: absolute;
	color: #FFFFFF;
	width: 80px;
	bottom: -10px;
	right: 0px;
}




.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 505px;








filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-left: 5px;
	border-bottom-style: none;
	margin-bottom: 5px;
	height: 265px;
}

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

.pagination a{
	text-decoration: none;
	background: white;
	padding-top: 5;
	padding-right: 5px;
	padding-bottom: 5;
	padding-left: 5px;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #0099FF;
}

