/* 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: 16px;
	background: url(../img/top/scroll_bg.gif) repeat;
}
.vscrollerbar {
	width: 16px;
	background: url(../img/top/scroll_bar.gif) repeat;
}
.hscrollerbase {
}
.hscrollerbar {
}
.vscrollerbar, .hscrollerbar {
	padding: 16px;
	z-index: 2;
}
.vscrollerbarbeg {
background: #EAEAEA no-repeat;
width: 16px;
height: 1px Iimportant;
}
.vscrollerbarend {
background: #EAEAEA no-repeat;
width: 16px;
height: 1px;
}
.hscrollerbarbeg {
}
.hscrollerbarend {
}
.scrollerjogbox {
}
.vscrollerbasebeg {
background: url(../img/top/scroll_beg.gif) no-repeat;
width: 16px;
height: 16px Iimportant;
}
.vscrollerbaseend {
background: url(../img/top/scroll_end.gif) no-repeat;
height: 16px;
width: 16px;
}
.hscrollerbasebeg {
}
.hscrollerbaseend {
}
.scrollerjogbox:hover {
}
/* Scroll Bar Master Styling Ends Here */
