.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	padding: 0px;
	width: 669px;
	height: 237px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 0px;
	margin-top: 0;
	margin-right: -1;
	margin-bottom: 0;
	margin-left: 0;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/


filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	position:relative;
	width: 669px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	margin-top: 0px;
	margin-left: -10px;
}

.pagination a{
	position:relative;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	/*	text-align: center;*/
	height: 23px;
	/*	vertical-align: middle; */
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;	/*
	text-decoration: none;
	color: #2e6ab1;
	background-color: white;
	border: 1px solid #FF0000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	*/
	background-image: url(number.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.pagination a:hover, .pagination a.selected{
	background-image: url(number_over.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration:none;
	color: #FFFFFF!important;
}
