#headerImageScroller {
	height: 250px;
	width: 610px;
	background-color: #FFF;
	display: block;
	margin-top: 20px;
}
div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 610px;
	height: 250px;
	overflow: hidden;
	z-index: 10;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:610px;
	height:250px;
	overflow:hidden;
	float:left;
	padding:0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.scroller div.content {
	width: 10000px;
	height: 250px;
}
#eventTitleBarWrapper {
	margin: 0px;
	padding: 0px;
	visibility: visible;
	position: absolute;
}
#eventTitleBar {
	width: 590px;
	background-color: #FFF;
	position: relative;
	height: 19px;
	padding-top: 2px;
	z-index: 15000;
	color: #51473d;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 229px;
}
#eventTitleBar a{
	color: #51473d;
	text-decoration: none;
	margin-top: 2px;
}
#eventTitleBar #eventTitle {
	float: left;
	padding: 0px;
	display: inline;
	margin-left: 5px;
	
}
#eventTitleBar #eventScrollerController {
	float: right;
	padding: 0px;
	margin-right: 11px;
	display: inline;
}
.sectionHeading {
	display: none;
}
