.sliderwrapper{
	position: relative;
	overflow: hidden;
	width: 875px;
	height: 293px;
	background-image: url(../images/bannerbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right: 10px;
	border-bottom: 6px;
	border-left: 10px;
	text-align: justify;
}

.sliderwrapper .contentdiv{
	visibility: hidden;
	left: 0;
	top: 0;
	padding: 10px;
	background: url(../images/bannerbg.jpg) repeat-x top;
	width: 855px;
	_width: 875px;
	height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
	opacity: 1;
	text-align: left;
}
.contentdiv a{
text-decoration: none;
}

.pagination{
	width: 429px;
	text-align: right;
	padding: 5px 10px;
	position: absolute;
	z-index: 1000;
	top: 257px;
}

.pagination a{
padding: 10 15px;
text-decoration: none; 
color: #5d7a9c;
background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #ffffff;
	background-color: #52718d;
	text-decoration: none;
	border: 1px solid #5d7a9c;
}

