/* 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: 520px;
	height: 128px;
	overflow: auto;*/
	/* IE overflow fix, position must be relative or absolute*/
	color:#414141;
	font-family:Arial;
	font-size:11px;
	line-height:20px;
	/*margin:auto;
	padding-left:15px;
	padding-right:15px;*/
	background-color:#191919; 
	width:223px; 
	padding:0px 0px 0px 0px; 
	margin:0px 0px 6px 0px; 
	text-align:justify;
	line-height:20px; 
	}

/* 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 {*/
.vscrollerbase{
width: 5px;
background-image: url(../images/scroll-bg.gif)
}
.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-top: 15px;

padding-right: 0px;

padding-bottom: 0px;

padding-left: 0px;
/* 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: url(../images/scroll.gif) center  no-repeat;
height:5px;
margin-left:2px;
width: 6px;
height:5px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/scroll-down.gif)  -5px -20px  no-repeat;
width: 9px;
margin-left:3px;
padding:0;
}



/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
width:10px;
}


.vscrollerbasebeg {
width: 10px;
background: url(../images/scroll-up.gif) 0px 0px no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 10px; width: 9px;
background: url(../images/scroll-down.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 */
