/* 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: 22px;
background: none;

}

.vscrollerbar
{
	width: 22px;
	background: url(../images/scrollbar.gif);
	height: 150px !important;
}


#newsscroll
{
	/* Typical fixed height and fixed width example */
	width: 940px;
	height: auto;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*	border: 1px solid red; */
}

