.gighit { /* Applied to container DIV */
	width: 600px;
	height: 400px;
	background-color: #FFF;
	margin-bottom: 1em;
	margin:auto;
}

.gighit .simply-scroll-clip {
	width: 600px;
	height: 400px;
}

.gighit .section {
	float:left;
	width: 550px;
	height: 400px;
}

.gighit .hp-highlight {
	height:400px;
	margin:-10px 10px 10px 0;
}

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

.gighit h1 {
	font-weight:normal;
	font-size:16px;
}

.gighit p {
	font-size: 12px !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;
}

