.sliderwrapper{
	position: relative;
	overflow: hidden;
	width: 435px;
	height: 143px;
}


.sliderwrapper .contentdiv{
visibility: hidden;
position: absolute;
left: 0;
top: 0;
background: white;
width: 435px;
height: 143px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	width: 415px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../../img/newheadbg.gif);
	background-repeat: repeat-x;
	background-color: #3D90C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #33CCFF;
	text-decoration: none;
}
