/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: -200;}
.vscrollerbase {/*left: 0 !important;*/}
.vscrollerbar {width: 15px; height:30px;background: transparent url(../js/scrollbar.gif) -36px 0px repeat-y; cursor:hand; cursor:pointer;}
.vscrollerbarbeg {display:none; height: 0px !important;width: 15px;background: url(../js/scrollbar.gif) -108px -32px no-repeat;}
.vscrollerbarend {display:none; height: 0px;width: 15px;background: url(../js/scrollbar.gif) -108px 0px no-repeat;}
.vscrollerbase { width: 15px;background: transparent url(../js/scrollbar.gif) 0px 0px repeat-y; overflow:hidden;}
.vscrollerbasebeg {width: 15px;height: 15px !important; cursor:hand; cursor:pointer; background: url(../js/scrollbar.gif) -72px -28px no-repeat;}
.vscrollerbaseend {height: 15px;width: 15px; cursor:hand; cursor:pointer; background: url(../js/scrollbar.gif) -72px -15px no-repeat;}
.hscrollerbase {visibility:hidden !important; height: 16px; background-color: white;}
.hscrollerbar {height: 16px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 28px;z-index: 2;}
.scrollerjogbox {width: 36px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #b99e6b;}
#main_region_vscrollerbar {
	height:35px;
	top:15px;
}
#latest_jobs_ticker_1 .vscrollerbase {
	visibility: hidden !important;
}

.vacancy_container .vscrollerbar {width: 15px; height:30px;background: #b99e6b url(../js/jobscrollbar.png) -36px 0px repeat-y !important; cursor:hand; cursor:pointer;}
.vacancy_container .vscrollerbase {width: 15px;background: #b99e6b url(../js/jobscrollbar.png) 0px 0px repeat-y !important; overflow:hidden;}
.vacancy_container .vscrollerbasebeg {width: 15px;height: 15px !important; cursor:hand; cursor:pointer; background: url(../js/jobscrollbar.png) -72px -28px no-repeat !important;}
.vacancy_container .vscrollerbaseend {height: 15px;width: 15px; cursor:hand; cursor:pointer; background: url(../js/jobscrollbar.png) -72px -15px no-repeat !important;}
.vacancy_container .hscrollerbase {visibility:hidden !important;}
.vacancy_container .hscrollerbar {visibility:hidden !important;}

