/* Scrollbar & content css */						
#content2{
	width:  100%;
	height: 376px;
	background: #FFF;
	overflow:hidden;
}

.scrollbar-hor{
	background-color: #fff;
	width: 980px;
	height: 17px;
	cursor: pointer;
	margin: 0 auto 0 auto;
	background-image: url(../images/bg_scrollbar.jpg);
	background-repeat: no-repeat;
	padding-bottom: 25px;
}
.handle-hor{
	width:  99px;
	height: 16px;
	background: url(/images/scroller.gif) 1px 1px no-repeat;
}