/* 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: 5px;
	background-color: #ececec;
}
.vscrollerbar {
	width: 5px;
	background-color: #7e7e7e;
}
.hscrollerbase {
	height: 5px;
	background-color: #ececec;
}
.hscrollerbar {
	height: 5px;
	width: 20px;
	/*background:url(../../img/flechita.gif) no-repeat center;*/
	background-color: #7e7e7e;
}

.scrollerjogbox {
	width: 0px;
	height: 0px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: #3c5f2f;
}
