.custom { /* Applied to container DIV */
	/*width: 500px;*/
	width:100%;
	height: 110px;
	/*background-color: #FFF;*/
	background-color: #F5E9D3;
	margin-bottom: 1em;
}

.custom .simply-scroll-clip { /* Applied to clip DIV */
	/*width: 500px;*/
	width:100%;
	height: 110px;
}

/* Existing styles */
#scroller .section {
	float:left;
	width: 160px; /* largeur de chaque image */
	height: 110px; /* hauteur des images */ 
}

#scroller .hp-highlight {
	height:210px;
	/*margin:-10px 10px 10px 0;*/
	margin:-10px 5px 5px 0;
}

#scroller .feature-headline {
	position:relative;
	top:95px;
	/*width:432px;*/
	/*background:white;*/
	background:#F5E9D3;
	margin:10px 10px 0px 10px;
	/*padding:10px 10px 0 10px;*/
	padding:1px 5px 0 5px;
}

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