/* CSS Document */

#scroller{
	height: 250px;
	margin-bottom: 10px;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbar {
	width: 13px !important;
	height: 22px !important;
}

.vscrollerbarbeg {
	width: 13px !important;
	height: 10px !important;
}

.vscrollerbarend {
	width: 13px !important;
	height: 10px !important;
}

.vscrollerbase {
	width: 13px ;
}

.vscrollerbasebeg {
	width: 13px !important;
	height: 10px !important; /*Again, the safari fix, normally this line is not needed.*/
	background: url(../img/bt-scroll-up.png) top no-repeat;
}

.vscrollerbaseend {
	width: 13px !important;
	height: 10px !important;
	background: url(../img/bt-scroll-down.png) bottom no-repeat;
}

.hscrollerbase {
	height: 0;
	background-color: #000000;
}

.hscrollerbar {
	height: 0;
	background-color: #000000;
}

.vscrollerbar {
	padding: 10px;
	z-index: 2;
}

.scrollerjogbox {
	width: 36px;
	height: 2px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background: #37917A;
}