/* @override http://stevesunderland.com/eoarchc/assets/templates/eoa/css/scrollbar.css */

.vScrollbar {
	float: left;
}

.hScrollbar {
	clear: both;
	position: fixed;
	bottom: 0;
	z-index: 200;
}

.vTrack {
	height: 300px;
	width: 20px;
	position: relative;
	background: #ddd;
	overflow: hidden;
	display: none;
}

.hTrack {
	float: left;
	height: 15px;
	width: 255px;
	background: #b3b3b3;
	overflow: hidden;
	z-index: 200;
}

.vThumb, .hThumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background: #fff;
	overflow: hidden;
}

.arrowUp, .arrowDown, .arrowLeft, .arrowRight, .corner {
	height: 15px;
	width: 15px;
	background: #777;
	overflow: hidden;
}

.arrowLeft, .arrowRight, .corner {
	float: left;
}

.corner {
	background: #ccc;
	display: none;
}

