/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */


#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 904px;
	height: 235px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background:none;
	margin:0px 0 0 0px;
	padding:0px 0px 0 0px;
	float:left;
	cursor:default;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width:901px; 
	height:416px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background:none;
	margin:0px 0 0 0px;
	padding:0px 0px 0 0px;
	float:left;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
	width:716px; 
	height:401px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background:none;
	margin:8px 0 0 137px;
	padding:12px 0px 0 0px;
	
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 8px;
	height:442px;
	background:transparent url(/images/scroll/scrollpath2.png) no-repeat;
	cursor:pointer;
}

.vscrollerbar {
	width: 10px;
	height:64px;
	padding:0px 0 0px 0px;
	background:transparent url(/images/scroll/scrollbar.png) no-repeat top;
	cursor:pointer;
}

/* .vscrollerbasebeg {
	height: 11px; width: 11px;
	background: url(/images/scroll/scroll_arrow_top.png) 0px 0px no-repeat;
	height is auto set to fill the base
}
 */
/*.vscrollerbaseend {
	height: 11px; width: 11px;
	background: url(/images/scroll/scroll_arrow_bottom.png) 0px 0px no-repeat;
}
*/

