﻿.custom { /* Applied to container DIV */
	width:22px;
	height: 40px;
	background-color: #FFF;
}

.custom .simply-scroll-clip {
	width: 725px;
	height: 105px;
	
}

.custom .section {
	float:left;
	width: 107px;
	height: 105px;
	background-color: #FFB500;
}

.custom .hp-highlight {
	height:90px;
	margin:0px 0px 0px ;
}

.custom .feature-headline {
	position:relative;
	top:20px;
	width:432px;
	background:url(gighit/bgd-90pct.png);
	margin:10px 10px 20px 10px;
	padding:10px 10px 0 10px;
}
.custom .feature-headline a {
	font-weight: bold;
	text-decoration: none;
	color:#cc0000;
}

.custom h1 {
	font-weight:normal;
	font-size:19px;
}

.custom p {
	font-size: 14px !important;
	color:#666666;
	line-height:130%;
	padding:0 0 10px;
}


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

