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

.scrollbar-hor{
	background-color: #fff;
	width: 980px;
	height: 16px;
	cursor: pointer;
	margin: 23px auto 0 auto;
	background-image: url(../images/bg_scrollbar_new.jpg);
	background-repeat: no-repeat;
	padding: 1px 0 25px 0;
}
.handle-hor{
	width:  103px;
	height: 15px;
	background: url(/images/scroller_new.gif) 0 0 no-repeat;
}