.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
}

.vscrollerbase, .vscrollerbar {
	width: 34px;
	top: 0px;
}

.vscrollerbar {
	left: 0px;
}

.hscrollerbase, .hscrollerbar {
	height: 15px;
	left: 0px;
}

.hscrollerbar {
	top: 0px;
}

.vscrollerbar, .hscrollerbar {
	/*padding information of these elements are only used for
	padding of the scroll-bar with respect to the scroll base,
	the padding will automatically be turned off by the script*/
	padding: 5px;
	/* z-index *MUST* be given, otherwise links will not be clickable inside the div */
	z-index: 2;
}

.vscrollerbarbeg {
	/*top image holder for vertical scroll bar*/
	background-image: url(../images/scrollbar_handle.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	cursor: pointer;
	
	width: 34px;
	height: auto;
	top: 0px;
	left: 0px;
}

.vscrollerbarend {
	/*bottom image holder for vertical scroll bar*/
	/*background: url(images/vscroller.png);
	width: 15px;
	height: 10px;*/
	display: none;
}

.hscrollerbarbeg {
	/*background: url(../images/scrollbar/images/hscroller.png) -10px 0px;*/
	height: 15px;
	width: auto;
	left: 0;
	
	display: none;
}

.hscrollerbarend {
	/*background: url(../images/scrollbar/images/hscroller.png);*/
	height: 15px;
	width: 10px;
	
	display: none;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
	background-image: url(../images/scrollbar_track.gif);
	cursor: pointer;
}

.hscrollerbasebeg {
	/*background: url(../images/scrollbar/images/scrollbases.png) -22px 0px no-repeat;*/
	left: 0px;
	top: 0px;
	height: 15px;
	
	display: none;
}

.hscrollerbaseend {
	/*background: url(../images/scrollbar/images/scrollbases.png) 0% 0% no-repeat;*/
	top: 0px;
	height: 15px;
	width: 7px;
	
	display: none;
}

.vscrollerbasebeg {
	/*background: url(../images/scrollbar/images/scrollbases.png) -7px -8px no-repeat;*/
	top: 0px;
	width: 34px;
}

.vscrollerbaseend {
	/*background: url(../images/scrollbar/images/scrollbases.png) -7px 0px no-repeat;*/
	height: 7px;
	width: 34px;
}

.scrollerjogbox {
	/*background: white url(../flexcroll/images/scrolljog.png) 50% 50%;*/
	
	width: 34px;
	height: 15px;
	bottom: 0px;
	right: 0px;
	
	display: none;
}