/* 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;
	height: 723px;
}

.vscrollerbase {
width: 8px;
height: 532px;
background-color: #FFF;
align:center;
padding:1px;
border-right: 1px solid #FF0000;
border-bottom: 1px solid #FF0000;
}


.vscrollerbar {
width: 8px;
height:52px;
background-image: url(images/pattern5.gif);
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}
