.custom { /* Applied to container DIV */
	width: 870px;
	height: 190px;
	background-color: #FFF;
	margin-bottom: 1em;
}

.custom .simply-scroll-clip { /* Applied to clip DIV */
	width: 870px;
	height: 210px;
}

/* Existing styles */
#scroller .section {
	float:left;
	width: 350px;
	height: 210px;
}

#scroller .hp-highlight {
	height:210px;
	margin:-10px 10px 10px 0;
    background-size: 100% 100%; /* w3 spec - no browser supports it yet */
    -moz-background-size: 100% 100%; /* used for firefox */
    -o-background-size: 100% 100%; /* used for opera */
    -webkit-background-size: 100% 100%; /* used for safari and chrome */
}

#scroller .feature-headline {
	position:relative;
	top:140px;
	width:330px;
	background-image: url(/images/scroll-bg.png);
	margin:0px 10px 20px 0px;
	padding:0px 10px 0px 10px;
	height:60px;
	overflow:hidden;
	text-align:left;
}
#scroller .feature-headline a {
	font-weight: bold;
	text-decoration: none;
	color:#cc0000;
}

#scroller h3 {
	font-weight:normal;
	font-size:10px;
}

#scroller p {
	text-align:left;
	font-size: 9px !important;
	color:#000000;
	line-height:100%;
}


/* 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;
}
