/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
.flexcroll{
	height:205px;
}
.scrollgeneric {
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 7px;
background: url(../images/sroll-bg.gif) repeat-y top center;
}
.vscrollerbar {
width: 10px;
background-color: #842b2f;
}
.hscrollerbase {
background-color: #000;
}
.hscrollerbar {
background-color: #000;
}

.scrollerjogbox {
width: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #000;
}