.custom { /* Applied to container DIV */
	width: 240px;
	height: 40px;
	background-color: #FFF;
	margin-bottom: 1em;
}

.custom .simply-scroll-clip { /* Applied to clip DIV */
	width: 240px;
	height:40px;
}

/* Existing styles */
#scroller .section {
	float:left;
}


/* 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;
}
