/* 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;
height:300px;
background-image:url(../imagenes/img_r1_c2_2.png);
	background-repeat:no-repeat;
		
	
	
}
.vscrollerbar {
	width:16px;

	/*background-color: #E35734;*/

	margin-top:14px;
	margin-bottom:25px;
	
	/*background-image:url(../imagenes/img_r1_c21.png);*/
}


.scrollerjogbox {
width: 16px;
height: 14px;
top: auto; left: auto;
bottom: 0px; right:18px;
background-color:#FFFFFF;


}

