/* Scrollbar & content css */						
.scrollbar-hor{
	width: 750px;
	height: 18px;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 2px 0 0 0;
	background-image: url(../images/bg_scrollbar.gif);
	background-repeat: repeat-x;;
	background-position: -50px top;
	padding-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 217px;
	z-index: 9999;
}
.handle-hor {
	width: 132px;
	height: 16px;
	background: url(/images/scroller.gif) 0 0 no-repeat;
	margin: 0 0 0 0;
	position: absolute;
}

#scroll_left {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/scroll_left.gif) left top no-repeat;
}

#scroll_right {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/scroll_right.gif) left top no-repeat;
}
