.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	height: 203px;
	width: 726px;
	border: 1px none #FF0000;
	left: 0px;
	top: 0px;
}



.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: white;
width: 726px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 205px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.sliderwrapper .contentdiv a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 203px;
	width: 726px;
}

#paginateWrapper .pagination{
	text-align: right;
	padding: 10px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
}

#paginateWrapper .pagination a{
	padding: 2px 5px;
	text-decoration: none;
	color: #666666;
	background: white;
	display: inline;
	margin: 0px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

#paginateWrapper .pagination a:hover, .pagination a.selected{
	color: #003399;
	background-color: #FEE496;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#paginateWrapper {
    margin: 0px;
    padding: 0px;
    height: 30px;
    width: 726px;
    position: absolute;
    left: 0px;
    top: 168px;
}
#contentSliderWrapper
{
    padding: 0px;
    margin: 0px;
    width: 726px;
    height: 203px;
    position: relative;
    top: 0px;
    left: 0px;
}
