div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 834px;
	height: 520px;
	overflow: hidden;
	margin-left: 45px;
	margin-top: 0px;
	font-size: 12px;
	color: #FFFFFF;
	}
.controls a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 0px;
    float: left;
    margin: 22px 0px 0px 15px;
}
.controls a:hover {
	color: #FBCB29;
}



	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:834px;
	height:520px;
	overflow:hidden;
	float:left;
	padding: 10px;

		}
	div.scroller div.content {
	width: auto;
	color: #FFFFFF;
		}
.controls {
	width: 920px;
	height: 55px;
	padding-left: 270px;
	position: relative;
}


#welcome {
	background-image: url(../images/welcome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#about {
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#events {
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #020605;
	background-image: url(../images/events2.jpg);
}
.eventlist {
	height: 230px;
	width: 750px;
	padding: 5px;
	overflow: auto;
	border: 1px solid #E03339;
	position: relative;
	left: 25px;
	top: 200px;
	margin: 0px;
}

#gallery {
	background-image: url(../images/orange2.jpg);
	background-repeat: no-repeat;
}

#menus {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#hours {
	background-image: url(../images/chairs.jpg);
	background-repeat: no-repeat;
}
#bottleservice {
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#pastevents {
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #020605;
	background-image: url(../images/pastevents.jpg);
}
.eventlist2 {
	height: 230px;
	width: 750px;
	padding: 5px;
	overflow: auto;
	position: relative;
	left: 25px;
	top: 200px;
	margin: 0px;
}
