div.scroller { 
	/* modify width and height of scrolling section if necessary	*/	

	
	width: 640px; 
	height: 370px;
	overflow: hidden;
	border:1px dotted #333;
	margin-left: 70px;

	}
	
#glider_links {

	width: 780px;
	padding: 0 0 1px 0;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	
	
}

		

#glider_links ul {
	margin: 0;
	padding: 0;
	display: inline;
list-style: none;	

} 


#glider_links ul li {
margin-left: 0;

	list-style: none;
	display: inline;

}

#glider_links li a {
		display: inline-block;
		padding: 5px 5px 5px 0.5em;
		background-color: #333333;
		background-image: url(../images/links_background_repeat.jpg);
		background-repeat: repeat-x;
		color: #CCCCCC;
		text-decoration: none;
		width: 125px;
		height: 26px;
		font-size: 20px;
		font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
		border: 1px dotted #181818;
		}
		
		#glider_links li a:hover {
	border: 1px dotted #333333;
	background-image:url(../images/links_bg_rep_rollover.jpg);
	color: #FFFFFF;
	
		}

		#glider_links a.active {
		background-image: url(../images/links_bg_rep_rollover.jpg);
		}
		
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:600px;
		height:370px;
		overflow:hidden;
		float: left;
		padding: 20px;	
		background-color: #000000;	
		}
	div.scroller div.content {
		width: 10000px;
		}
		
		.section h1 {
		
		color: #FFFFFF;
		font-weight: 200;
		font-size: 25px;
		font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif; 
		}
		
		div#section0 {
	background-image: url(../images/fromthestage/charliebackground.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
		}


	div#section1 {
	background-image: url(../images/fromthestage/feebackground.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
		}
		
		div#section2 {
	background-image: url(../images/fromthestage/travisbackground.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
		}
		
		div#section3 {
	background-image: url(../images/fromthestage/chadbackground.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
		}
		
		div#section4 {
	background-image: url(../images/fromthestage/chrisbackground.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
		}
		
		div#section5 {
	background-image: url(../images/fromthestage/mattbackground.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
		}
		
		#section_content {
		float: right;
		width: 330px;
		height: 290px;
		padding: 5px 10px 5px 10px;
		overflow: auto;
		text-align: left;
		color: #A3A3A3;
		font-size: 11px;
		letter-spacing: 1px;
	
		
		}
