/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 200;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */

	


/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	top: 0px;
	width: 987px;
	height: 140px;

}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 987px;
	height: 140px;
}	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li, #scroller li {
	float: left !important; /* Horizontal scroll only */
	width: 170px !important;
	height: 140px;
}


