
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:600px; 
	height: auto;
	overflow:hidden; 
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:600px;
		height:auto;
		overflow:hidden;
		float:left;
		padding:5px;
		margin:5px 0 0 0;
		}
		.section p
		{
			color:#333;
			width:600px;
			padding:0 10px 0 10px;
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			font-style:italic; font-weight:normal;
				}
	div.scroller div.content {
		width: 10000px;
		
		}

	div#section2 {
		color:#ffffff;
		border:none;
		}
		.controls
		{
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin:62px 10px 10px 500px;
	position:absolute;
		}
		
		.controls a
		{
	background:#EDEDED;
	width:17px;
	height:17px;
	color:#000;
	display:block;
	float:left;
	margin:0px;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;	
	border:solid 1px #CCCCCC;
	margin:5px 0 0 5px; padding:0px;
			}
			.controls a:hover
		{
	background:#00427A;
	width:17px;
	height:17px;
	color:#FFF;
	display:block;
	float:left;
	margin:5px 0 0 5px; padding:0px;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	border:solid 1px #00427A;
			}

/***********/

