/* Content Socroller */

div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	width:275px;
	height: 280px;
	overflow: hidden;
	margin: 0 0 0px 0;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width:275px;
	height: 280px;
	overflow:hidden;
	float:left;
		}

	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		color:#ffffff;
		}

.sliderText {
float: left;
width: 255px;
height: 100px;
margin: 4px 5px 0px 10px;
color: #AAA;
padding: 0px 0px 5px 3px;
line-height: 1.2em;
}

.sliderText h2 {
font-size: 14px !important;
text-transform: uppercase;
margin: 32px 0 10px 0;
}

.sliderImage {
text-align: center;
}

.sliderImage img {
width: 260px;
height: 151px;
margin: 5px 0 0 4px;
float:left;
}