.sliderwrapper{
	overflow: hidden; /*leave as is*/
	border: 1px none #000000;
	margin-top: 10px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	min-height: 239px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	text-align: center;
	width: 280px;
}
.sliderwrapper img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 8px;
	margin-bottom: 8px;
}
#specialEvents .contentf div p {
	margin: 0px;
	color: #C63;
}
.pagination{
	text-align: center;
	padding: 3px;
	margin-bottom: 5px;
	background-repeat: repeat;
}
.pagination a{
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #F00;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	line-height: 12px;
}
.pagination a:hover, .pagination a.selected{
	background-color: #000;
	color: #FFFFFF;
}
