/* Scroll styles */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
}
.vscrollerbase {
	width: 7px;
}
.vscrollerbasebeg {
	width: 7px;
	height: 6px !important; /*Again, the safari fix, normally this line is not needed.*/
	background: url(../images/icons/content_scroll_arrows.gif) 0px 0px no-repeat;
	cursor: pointer;
}
.vscrollerbaseend {
	width: 7px;
	height: 6px !important;
	background: url(../images/icons/content_scroll_arrows.gif) 0px -5px no-repeat;
	margin-bottom: 20px;
	cursor: pointer;
}
.vscrollerbar {
	width: 7px;
	background-color: #BEBFC1;
	cursor: pointer;
}
.hscrollerbase {
	height: 7px; 
}
.hscrollerbar {
	height: 7px; 
}
.vscrollerbar, .hscrollerbar {
	padding: 7px;
	z-index: 2;
}
.scrollerjogbox {
	width: 7px;
	height: 7px;
	top: auto; 
	left: auto;
	bottom: 0px; 
	right: 0px;
}