/* 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: 8px;
background-color: #CCC;
}
.vscrollerbar {
width: 8px;
background-color: #900;
}
.hscrollerbase {
height: 8px;
background-color: #c6c6c6;
}
.hscrollerbar {
height: 8px;
padding-left:4px;
background-color: #c6c6c6;
}

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

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 600px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding-right:6px;
}

#mycustomscrol2 {
/* Typical fixed height and fixed width example */
width: 600px;
height: 220px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding-right:6px;
}

#mycustomscroll2 {
	width: 714px;
	height: 472px;
	overflow: auto;
	position: relative;
	margin: 0.3em auto;
	padding-right:10px;
	margin-right:10px;
	padding-left:0px;
	margin-left:0px;
	top: 397px;

}

#mycustomscroll2_news {
/* Typical fixed height and fixed width example */
width: 695px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding-right:10px;
margin-right:10px;
padding-left:0px;
margin-left:0px;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 456px;
height: 398px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding-right:10px;
margin-right:10px;
padding-left:0px;
margin-left:0px;
}


#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 710px;
height: 432px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding-right:10px;
margin-right:10px;
padding-left:0px;
margin-left:0px;
}
