.custom { /* Applied to container DIV */
	width: 860px;
	/*height: 130px;*/
	height: 100px;
	background-color: #232323;
	/*margin-bottom: 1em;*/
	padding: 15px 20px 15px 20px;
}

.custom .simply-scroll-clip { /* Applied to clip DIV */
	width: 860px;
	/*height: 130px;*/
	height: 100px;
}

/* Existing styles */
#scroller .section {
	float:left;
	/*width: 212px;*/
	width: 182px;
	/*height: 130px;*/
	height: 100px;
	background-color:#fff;
}

#scroller .hp-highlight {
	/*height:130px;*/
	height:100px;
	margin:0px 0px 0px 0px;
}

#scroller .hp-link {
	position: absolute; 
	float:left; 
	z-index:100; 
	background-color:#cc0000; 
	color:#fff; 
	padding:4px 5px 3px 5px; 
	font-size:10px; 
	font-weight:bold;
}

/*#scroller .feature-headline {
	position:relative;
	top:115px;
	width:150px;
	height:50px;
	background:white;
	margin:0px 0px 0px 20px;
}*/
/*#scroller .feature-headline a {
	height:50px;
	font-weight: bold;
	text-decoration: none;
	color:#cc0000;
	padding:5px 10px 0px 10px;
	display:block;	
}*/
/*#scroller .sBox {
	font-weight:bold;
	font-size:12px;
	line-height:16px;
}*/
/*#scroller .sBox a:hover {
	background-color:#f2f2f2;
	border:#CC0000 1px solid;
}*/

/*#scroller .sBoxSmall {
	font-weight: normal;
	font-size:11px;
	line-height:14px;
	color:#232323;
}*/

/*#scroller h1 {
	font-weight:bold;
	font-size:14px;
	line-height:16px;
}*/

/*#scroller p {
margin-top:-10px;
	font-size: 10px !important;
	color:#232323;
	line-height:16px;
}*/


/* 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;
}


