.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	background-image: url(siteImages/centerback.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0c1a3f;
	border-left-color: #0c1a3f;
	height: 120px;
	font-size: 12px;
}
.contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 130px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;*/
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
	text-align: center;
}
.sliderwrapper a {
	text-decoration: none;
}


.pagination{
	text-align: right;
	padding: 0px 1px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0c1a3f;
	border-left-color: #0c1a3f;
}

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

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}