/* 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;
}

.hscrollerbase, .hscrollerbar {
height: 19px;
}

.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: 45px;
/* 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: 1;
}


.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/
background: url(http://www.filmstudies.ca/journal/site_images/scrollbar_images/hscroller.png) no-repeat -10px 0px;
height: 10px;
/* width is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {
/*right image holder for horizontal scroll bar*/
background: url(http://www.filmstudies.ca/journal/site_images/scrollbar_images/hscroller.png) no-repeat;
height: 10px; 
width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
/* background: url(http://www.filmstudies.ca/journal/site_images/scrollbar_images/scrollbaseback.png) no-repeat; */
}

.hscrollerbasebeg {
	height: 10px;
	width: 29px;
/* 	background: url(http://www.filmstudies.ca/journal/site_images/scrollbar_images/hbeg.png) no-repeat; */
	padding-left: 25px;
}
/* width is auto set to fill the base */


.hscrollerbaseend {
	height: 10px;
	width: 29px;
/* 	background: url(http://www.filmstudies.ca/journal/site_images/scrollbar_images/hend.png) no-repeat; */
	padding-right: 25px;
}
/* Scroll Bar Master Styling Ends Here */

