
/* 
------------- START SCROLLBAR 1
*/

/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	/*width: 308px;*/
	/*height: 258px;*/
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;

	outline: none;
}

/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

/* do not modify .scrollgeneric class, required for proper operation */
#mycustomscroll .scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

#mycustomscroll .vscrollerbase, #mycustomscroll .vscrollerbar {
width: px;
}

#mycustomscroll .vscrollerbar, .hscrollerbar {
/*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: px;
/* 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;
}

#mycustomscroll .vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url();
width: px;
padding: 0px; margin: 0px;
cursor: pointer;
/* height is auto set by the script to fit the scrollbar */
}

#mycustomscroll .vscrollerbarend {

}

/* Following are OPTIONAL */

#mycustomscroll .vscrollerbase {
background-image: url();
}

#mycustomscroll .vscrollerbasebeg {
width: px;
background: url() 0 0 no-repeat;
/* height is auto set to fill the base */
}

#mycustomscroll .vscrollerbaseend {
height: px; width: px;
background: url() 0 0 no-repeat;
}

/*#mycustomscroll .scrollerjogbox {
width: 15px; height: 15px;
top: auto; left: auto; bottom: 0px; right: 0px;
background: white url(images/scrolljog.png) 50% 50%;
}*/
/* Scroll Bar Master Styling Ends Here */

/* 
------------- END SCROLLBAR 1
*/
