div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	width: 366px;
	height: 280px;
	overflow: hidden;
	padding-top: 0px;
	padding-left: 0px;
	}
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	div.scroller div.section {
		width:366px;
		height:278px;
		overflow:hidden;
		float:left;	
		}
	div.scroller div.content {
		width: 10000px;
		}

.suite-image-loader {
	background-color: #000000;
}
