/* 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: 410px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}


#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 380px;
	height: 200px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	color:#000;
	margin: 0.3em auto;
	padding: 2px;
	padding-right:0px;
}

/* 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: 20px;
}
.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-bottom:15px;
padding-left:5px;
padding-right: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 BCB5A3*/
background: #d2b57b url(../../images/scrollar_bg.jpg) -3px 0px  no-repeat;
margin-left:4px;
width: 18px;
height:35px;

/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../../images/scroll_down.jpg)  -5px -15px  no-repeat;
width: 25px;
margin-left:3px;

}



/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
/*background-color:#00FEF0;*/
background-image:url(../../images/gallery_17.jpg);
background-repeat:repeat-y;
width:15px;
}


.vscrollerbasebeg {
width: 23px;
background: url(../../images/scroll_top.jpg) 0px 0px no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 23px; width: 23px;
background: url(../../images/scroll_down.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 */
