/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: #957f67;
}
.hscrollerbase {
	width: 800px !important;
	margin: 0 0 0 80px;
	height: 13px;
	background-color: #dddddd;
}

#newsWrapperScroll .hscrollerbase{width: 300px !important}

.hscrollerbar {
height: 13px;
background: url(../img/scroll_back.gif) 19px 0 no-repeat;
}

.scrollerjogbox {
width: 10px;
height: 13px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.hscrollerbasebeg {
background: url(../img/scroll_left.gif) 0px 0px no-repeat;
height: 13px;
width: 19px !important;
}
.hscrollerbaseend {
height: 13px;
width: 19px;
background: url(../img/scroll_right.gif) 0px 0px no-repeat;
}
