.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 625px; /*width of featured content slider*/
	height: 225px;
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #E7604C;
}
.sliderwrapper a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 625px; /*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;
	background-color: #FFF;
}
#wrapper #cc2blue {
	float: right;
}

#wrapper #content #photoArea #paginate-slider1 {
	width: 625px;
}
#wrapper #content #photoArea #slider1 {
	height: 270px;
}


.pagination{
	width: 502px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	display:block;
	color: #000;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#wrapper #content #photoArea #buttons {
	float: right;
	width: 261px;
	list-style-type: none;
}
#wrapper #content #photoArea #buttons li {
	display: block;
	height: 80px;
	margin-right: 11px;
}


.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #FFF;
	background-color: #DA3D54;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.pagination a:hover, .pagination a.selected{
	color: #DA3D54;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
