.vScrollbar {	
	margin: 7px 0 0 468px;	
}

.hScrollbar {
	clear: both;	
	}

.vTrack {
	height: 0px;
	width: 15px;
	position: relative;
	overflow: hidden;			
}

.hTrack {
	float: left;
	height: 15px;
	width: 255px;
	position: relative;
	overflow: hidden;			
}			

.vThumb, .hThumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	overflow: hidden;
}
.arrowUp{
	/*margin:5px 0 0 0;*/
	background: url(../images/scroll_up.gif) no-repeat;	
	cursor: pointer;
}
.arrowDown{
	/*margin:5px 0 0 0;*/
	background: url(../images/scroll_down.gif) no-repeat;	
	cursor: pointer;
}
.arrowUp, .arrowDown, .arrowLeft, .arrowRight, .corner {
	height: 9px;
	width: 11px;
	overflow: hidden;
	visibility:visible;
	float:left;						
}

.arrowLeft, .arrowRight, .corner {
	float: left;
	}
	
.corner {
	background: #000;
	display: none;
	visibility: hidden;
	}				
