/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

/* do not modify .scrollgeneric class, required for proper operation */
.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}



#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 415px;
	height: 225px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	color:#FFFFFF;
	margin: 0.3em auto;
	padding: 2px;
}

/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

/* do not modify .scrollgeneric class, required for proper operation */
.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

.vscrollerbase, .vscrollerbar {
width: 5px;
}
.vscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 15px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}
.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: #BCB5A3 url(images/scrollbar.gif)  -5px -35px  no-repeat;
height:5px;
margin-left:3px;
width: 3px;
height:5px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(images/scrollbar.gif)  -5px -20px  no-repeat;
width: 5px;
margin-left:3px;

}



/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color:#F6F0E2;
width:10px;
}


.vscrollerbasebeg {
width: 10px;
background: url(images/scroll_tip.jpg) 0px 0px no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 10px; width: 10px;
background: url(images/scroll_tipb.jpg) 0px 0px no-repeat;
}
.scrollerjogbox {
width: 15px; height: 5px;
top: auto; left: auto; bottom: 0px; right: 0px;
background: white url(images/arrow.jpg) ;
}
/* Scroll Bar Master Styling Ends Here */

