/* 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: 5px;
background-color: #4D4D4D;
}
.vscrollerbar {
width: 5px;
background-color: #D3DB3E;
height: 10px !important;
}
.hscrollerbase {
height: 1px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}



#video-scroll {
/* Typical fixed height and fixed width example */
	height: 410px;
	width:280px;
	overflow: auto;
	overflow-x: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding:0px 5px 0px 0px;
	text-align:right;
}


