/* 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: 0px;
left: 6px;
padding-right:10px;
}

.vscrollerbase {
width: 15px;
background-image: url('../images/scroll-bg.gif');
background-repeat: repeat-y;
background-position: center;
}
.vscrollerbar {
#margin-left:-1px;
width: 15px;
background-image: url('../images/scroll-bar-middle.png');
background-repeat: repeat-y;
background-position: center;
margin-left:-2px;
}
.vscrollerbarbeg {
width: 15px;
background-repeat: no-repeat;
background-position: top;
height:15px;
}
.vscrollerbarend {
width: 15px;
background-repeat: no-repeat;
background-position: bottom;
height:15px;
}
.hscrollerbase {
height: 10px;
background-image: url('../images/scroll-bg.png');
background-repeat: repeat-y;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
.mcontentwrapper:focus {
	outline: none;
}