div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 960px; 
	height: 300px;
	overflow: hidden;
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:960px;
	height:300px;
	overflow:hidden;
	float:left;
}

div.scroller div.content {
	width: 10000px;
	float: left;
}

div#section2 {
	background:#666666;
	color:#ffffff;
}

.controls {
	position: absolute;
	top: 438px;
	left:912px;
	width: 48px;
	height: 49px;
	overflow: hidden;
}



/*
------------------------------------------------------
Inside Page - Main Content Horizontal Scrolling
------------------------------------------------------*/

div.inside-scroller-horizontal { 		
	width: 420px;
	height: 180px;
	overflow: hidden;
}

div.inside-scroller-horizontal div.content {
	width: 4000px;
	float: left;
}

.callouts {
	position: absolute;
	padding:23px 6px 0 33px;
	top: 251px;
	left:497px;
	width: 424px;
	height: 126px;
	background: url(../images/featureLabel.png);
}

