		.vScrollbar {
			float: left;			
		}
		
		.hScrollbar {
			clear: both;	
			}

		.vTrack {
			height: 300px;
			width: 10px;
			position: relative;
			background: #ddd;
			overflow: hidden;			
		}
		
		.hTrack {
			float: left;
			height: 10px;
			width: 255px;
			position: relative;
			background: #ddd;
			overflow: hidden;			
		}			

		.vThumb, .hThumb {
			position: absolute;
			top: 0;
			left: 0;
			height: 10px;
			width: 10px;
			background: #aaa;
			overflow: hidden;
		}
		
		.arrowUp, .arrowDown, .arrowLeft, .arrowRight, .corner {
			height: 10px;
			width: 10px;
			background: #777;
			overflow: hidden;						
		}
		
		.arrowLeft, .arrowRight, .corner {
			float: left;
			}
			
		.corner {
			background: #000;
			}
