#scrollable {
    position:relative;
    overflow:hidden;
    width:860px;
	height:2000px;
	clear:both;
}
 
#scrollable div.items {
    width:20000em;
    position:absolute;
}
 
#scrollable div.main {
	float:left;
	width:860px;
	margin-left:0px;
}
 
div.demoBox {
	float:left;
	font-size:11px;
	margin-bottom:-30px;
	margin-right:20px;
	min-height:280px;
	width:860px;
}
 

 
/* tabs */
#htabs {
	list-style:none;
	margin:0 !important;
	padding:0 !important;
}
 
#htabs li {
	float:left;
	margin:0 !important;
	padding:0;
	text-indent:0;
	list-style-image:none !important;
	list-style:none;	
	height:31px;


}
 
#htabs li a {
	background: #fff url(../img/navi.jpg) 0 0 repeat-x;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	margin:0;
	height:31px;
	overflow:hidden;
	padding:0px 0px 0;
	text-align:center;
	text-decoration:none;
	list-style:none;
}
 
#htabs li #t1 { background-position: 0 0; }
#htabs li #t2 { background-position: 0 0; }
#htabs li #t3 { background-position: 0 0; }
#htabs li #t4 { background-position: 0 0; }
#htabs li #t5 { background-position: 0 0; }
#htabs li #t6 { background-position: 0 0; }
#htabs li #t7 { background-position: 0 0; }
#htabs li #t8 { background-position: 0 0; }

#htabs li #t1:hover { background-position:  0 -31px; }
#htabs li #t2:hover { background-position:  0 -31px; }
#htabs li #t3:hover { background-position:  0 -31px; }
#htabs li #t4:hover { background-position:  0 -31px; }
#htabs li #t5:hover { background-position:  0 -31px; }
#htabs li #t6:hover { background-position:  0 -31px; }
#htabs li #t7:hover { background-position:  0 -31px; }
#htabs li #t8:hover { background-position:  0 -31px; }

#htabs li.active a	{cursor:default; color:#fff; }
#htabs li.active #t1 { background-position:  0 -62px }
#htabs li.active #t2 { background-position:  0 -62px }
#htabs li.active #t3 { background-position:  0 -62px }
#htabs li.active #t4 { background-position:  0 -62px }
#htabs li.active #t5 { background-position:  0 -62px }
#htabs li.active #t6 { background-position:  0 -62px }
#htabs li.active #t7 { background-position:  0 -62px }
#htabs li.active #t8 { background-position:  0 -62px }
