/* 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;
	border-left: 1px solid #eeb883;
}
.vscrollerbar {
	width: 14px;
	padding: 0px 15px;
	background: #f6cea7 url("imgs/home-recipie.gif");

}
.hscrollerbase {
	height: 18px;
	background-color: #f6cea7;

}

.hscrollerbar {
	height: 18px;
	padding: 15px;
	background-color: #f6cea7;
}
.scrollerjogbox {
	width: 10px;

	height: 10px;
	top: auto; 
	left: auto;
	bottom: 0px; 
	right: 0px;

	background-color: gray;

}