.custom { /* Applied to container DIV */
	width: 100%;
	height: 100px;
	background-color: #FFF;
	margin-bottom: 0;
}

.custom .simply-scroll-clip { /* Applied to clip DIV */
	width: 100%;
	height: 100px;
}

/* Existing styles */
#scroller .section {
	float:left;
	width:3050px;
	margin:10px 0px;
	height: 100px;
}



/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}