/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 18px;
	background:#00ada8;
}
.vscrollerbar {
	width: 10px;
	background-color: white;
	padding-top:16px;
	padding-bottom:16px;
	margin-left:4px;
	cursor:pointer;
}
.hscrollerbase {
	height: 10px;
	background-color: white;
}
.hscrollerbar {
	height: 10px;
	background-color: black;
}


.vscrollerbasebeg {
	background: url("../images/scroll_up.gif") no-repeat;
	width: 18px;
	height: 16px !important;
	cursor:pointer;
}
.vscrollerbaseend {
	background: url("../images/scroll_down.gif") no-repeat;
	height: 16px;
	width: 18px;
	cursor:pointer;
}

