.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 519px;
	height: 225px;
	margin-left: 10px;
}
.sliderwrapper a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: #ffffff;




	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	width: 519px;
	height: 500px;
}

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

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #000000;
	background-color: #FFF;
	border: 1px solid #000;
}

.pagination a:hover, .pagination a.selected{
	color: #FF0;
	background-color: #000;
	border: 1px solid #FFF;
}

