@charset "UTF-8";
/* CSS Document */

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 498px; 
	height: 275px;
	float: left;
	overflow: hidden;
	border-left:4px solid #00366d;
	border-top:0px solid #cccccc;
	border-right:4px solid #00366d;
	border-bottom:4px solid #00366d;
	background-color: #00366d;
	opacity: .9;
filter: alpha(opacity = 90);
zoom: 1;

	}
	
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 498px;
		height: 275px;
		overflow:hidden;
		float:left;
		padding:1em;		
		background-color: #00366d;

		}
		

	div#section2 {
background-color: #ffffff;

		}
