div.scroller2 { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 904px; 
	height: 404px;
	overflow: hidden;
	border:0px solid #cccccc;
	}
	div.scroller2 div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:904px;
	height:400px;
	overflow:hidden;
	float:left;
	padding:0em;
		}
	div.scroller2 div.content2 {
		width: 10000px;
		}

	div#gallery2 {
	background-color: #000000;
		}
		
	div.scroller2 div.bio {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:904px;
		height:404px;
		overflow:hidden;
		float:left;
		padding:0em;		
		}

div.scroller3 { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 904px; 
	height: 405px;
	overflow: hidden;
	border:0px solid #cccccc;
	}
	div.scroller3 div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:904px;
	height:395px;
	overflow:hidden;
	float:left;
	padding:0em;
		}
	div.scroller3 div.content3 {
		width: 10000px;
		}

	div#gallery3 {
	background-color: #000000;
		}
		
	div.scroller3 div.bio {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:904px;
		height:395px;
		overflow:hidden;
		float:left;
		padding:0em;		
		}

