div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 635px;
	height: 300px;
	overflow: hidden;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:635px;
	height:300px;
	overflow:hidden;
	float:left;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 10px;
		}
	div.scroller div.content {
	width: 10000px;
		}
#section1{
	background-image: url(../images/bcg_sections/bcg_01.jpg);
	background-repeat: no-repeat;

}
#section2{
	background-image: url(../images/bcg_sections/bcg_02.jpg);
	background-repeat: no-repeat;

}
#section3{
	background-image: url(../images/bcg_sections/bcg_03.jpg);
	background-repeat: no-repeat;

}
#section4{
	background-image: url(../images/bcg_sections/bcg_04.jpg);
	background-repeat: no-repeat;

}
#section5 {
	background-image: url(../images/bcg_sections/bcg_05.jpg);
	background-repeat: no-repeat;
}
#section6 {
	background-image: url(../images/bcg_sections/bcg_06.jpg);
	background-repeat: no-repeat;
}
#section7 {
	background-image: url(../images/bcg_sections/bcg_06.jpg);
	background-repeat: no-repeat;
}
.content #section7 #textbox p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.content #section8 #textbox p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}

#section8 {
	background-image: url(../images/bcg_sections/bcg_08.jpg);
	background-repeat: no-repeat;
}
