/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0; outline: none;}

.vscrollerbar {
	width: 19px; 
	height: 34px !important;
	margin-top: 15px; 
	cursor: pointer; 

background-image: url(images/click.gif);
background-image: url(images/click.gif);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}



.ie .vscrollerbar {
	margin-top: 15px; 
}

.vscrollerbase {width: 19px; height: 245px !important; background: url(images/scrollbg.gif) repeat-y}

.vscrollerbasebeg {
	height: 9px; 
	width: 12px; 
	margin-left: 1px; 
	background: url(images/up.gif) no-repeat;
}
.vscrollerbaseend {
	margin-top: 25px;
	height: 9px; 
	width: 12px ; 
	margin-left: 3px; 
	background: url(images/down.gif) no-repeat;
}


/* Scroll Bar Master Styling Ends Here */

