/* 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: 480px;
	height: auto;
	color: black;
	padding: 0px;
	margin:0
}



#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 550px;
	height: 348px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:auto;
	padding:0px;
	text-align:justify;
	}

#mycustomscroll vscrollerbarbeg	{height:100px;}

/* 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: #4D4D4D  -5px -35px  no-repeat;
height:5px;
margin-left:1px;
width: 3px;
height:5px;
padding:0;
top:-14px;
/* 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;
padding:0;
}



/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
width:10px;
}


.vscrollerbasebeg {
width: 5px;
background: #B3B3B3 0px 0px no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 10px; width: 10px;
background: url(../images/scroll_tipb.gif) 0px 0px no-repeat;
}
.scrollerjogbox {
width: 15px; height: 5px;
top: auto; left: auto; bottom: 0px; right: 0px;
background:url(../images/arrow.jpg) ;
}
/* Scroll Bar Master Styling Ends Here */



