#scrollBar {
	float: right;
	width: 15px;
	height: 447px;
}
#scrollBar #up {
	position:relative;
	top:383px;
	width: 13px;
	height: 20px;
/*	background-color:#333;
*/	border-style: dotted;
	border-color: #FFF;
	border-width: 1px;
	cursor: pointer;
}
#scrollBar #zone {
	position:relative;
	top:383px;
	width: 15px;
	height: 15px;
	border:none;
/*	cursor: pointer;*/
/*	background-color:#333;
*/}
#scrollBar #down {
	position:relative;
	top:383px;
	width: 13px;
	height: 20px;
	border-style: dotted;
	border-color: #fff;
	border-width: 1px;
	cursor: pointer;
/*	background-color:#333;
*/}
img.arrow {
	width:13px;
	height:20px;
}
