/* 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: inherit;
}
.vscrollerbar {
width: 10px;
background-color: black;
}
.hscrollerbase {
height: 5px;
background-color: white;
}
.hscrollerbar {
height: 5px;
background-color: #EC8E37;
}

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

#mycustomscroll {
width: inherit;
height: 416px;
}
#mycustomscroll2 {
width: inherit;
height: 421px;
}
#mycustomscroll3 {
width: inherit;
height: 336px;
}
#mycustomscroll4 {
width: inherit;
height: 370px;
}
#mycustomscroll5 {
width: inherit;
height: 325px;
}
#mycustomscroll6 {
width: inherit;
height: 355px;
}
#mycustomscroll7 {
width: inherit;
height: 250px;
}
#mycustomscrollm {
width: 786px;
height: 416px;
}
#mycustomscroll8 {
width: inherit;
height: 344px;
}
#mycustomscroll9 {
width: inherit;
height: 416px;
}
#mycustomscrollm a, #mycustomscrollm a:visited{
	color:#666;
}
#mycustomscrollm a:hover {
	 color: #EC8E37
 }