/* Scrollbar & content css */						
#content2{
	width:  100%;
	height: 295px;
	background: #b4b5b5;
	overflow:hidden;
	position: absolute;
	top: 62px;
	left: 0;
	z-index: 100;
}

.scrollbar-hor{
	background-color: #b4b5b5;
	width: 93%;
	height: 7px;
	cursor: pointer;
	margin: 0 auto 0 auto;
	background-image: url(../images/bg_scrollbar.jpg);
	background-repeat: no-repeat;
	background-position: -50px top;
	padding-bottom: 0;
	position: absolute;
	top: 42px;
	left: 84px;
}
.handle-hor{
	width:  85px;
	height: 10px;
	background: url(/images/scroller.gif) 0 0 no-repeat;
}