/* 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: 7px;
/*background-color: white;*/
background:url(/bin/scroll/scroll_bg.gif);
}
.vscrollerbar {
width: 7px;
background-color: #fab712;
}
.hscrollerbase {
height: 7px;
/*background-color: white;*/
background:url(/bin/scroll/h_scroll_bg.gif);
}
.hscrollerbar {
height: 7px;
background-color: #fab712;
}

.scrollerjogbox {
width: 7px;
height: 7px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #b7b7b9;
}

#indexscroll {
/* Typical fixed height and fixed width example */
width: 400px;
height: 341px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding-bottom: 10px;
padding-right: 10px;
padding-top: 10px;
}

#itemscroll_1 {
/* Typical fixed height and fixed width example */
width: 390px;
height: 90px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;

}

#itemscroll_2 {
/* Typical fixed height and fixed width example */
width: 390px;
/*height: 310px;*/
height: 260px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
}