.sliderwrapper{
	position: relative;
	overflow: hidden;
	height: 273px;
	margin:0px;
	padding:0px;
	left: 1px;
	top: 8px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 1px;  /*leave as is*/
top: 0px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	text-align: justify;
	background-image:url(gifs/bg-grey.jpg);
	background-repeat:repeat-x;	
	height:24px;
	font-family:arial;
	font-size:12px;
	width:55px;
	float:right;
	padding-left:8px;
	padding-right:8px;
}

.pagination a{
	text-decoration: none;
	color: #00007D;
	background-image:url(gifs/bg-grey.jpg);
	background-repeat:repeat-x
	height: 24px;
	font-family:arial;
	font-size:12px;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #000000;
	padding: 0px;
	height: 24px;
}

