@charset "UTF-8";
/* CSS Document */
div.scroller div.content {
	width: 1000000px;
	height: 285px
		}
div.controls{
	float:right;
	font-size:10px;
	padding-top:2px;
	padding-right: 15px;
	padding-left: 15px;
	}

div.scroller div.content div.section img {
	height: 100%;
}

div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	height:270px; 
	width:464px;
	overflow:hidden;
	}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:464px;
	height:270px;
	overflow:hidden;
	float:left;
	padding-right: 10px;
}
.section h1 {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #DFDFDF;
	clear: left;
	font-size: 50px;
	float: left;
	margin: 0px;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
}
.interface_container #my-glider {
	position:absolute;
	top:165px;
	left:296px;
	height:300px;
	width:464px;
	overflow:hidden;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #330000;
}
