/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 602px;
height: 353px;
overflow-Y:auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
margin-left: 3px;
padding-right: 0px;
padding-top: 0px;
}

#smallcustomscroll {
/* Typical fixed height and fixed width example */
width: 250px;
height: 353px;
overflow-Y:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-left: 3px;
padding-right: 0px;
padding-top: 0px;
}

/*
#mycustomscroll2 {

width: 900px;
height: 330px;
overflow: auto;

position: relative;
background-color: black;
}
*/

/*.fixedwidth {*/
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
/*width: 900px;
height: auto;
position: relative;
color: black;
padding: 1px;
}*/

/* general page style ends here */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 1; left: 0;}

.vscrollerbase {
width: 5px;
/*background:red;*/
HEIGHT:2PX;

}
.vscrollerbar {
width: 11px;
height: 2px;
background: #00A8FF;
}

.vscrollerbar {
padding: 0px;
z-index: 2;
}
/*.vscrollerbarbeg {
background: url(basebarcaps_verticalbarbody.png) -45px -30px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbarend {
background: url(basebarcaps_verticalbarbody.png) -45px 0px no-repeat;
width: 15px;
height: 15px;

}
*/
/*.vscrollerbasebeg {
background: url(../images/arrow_up.gif) top right no-repeat;
width: 8px;
height: 8px !important;

}
.vscrollerbaseend {
background: url(../images/arrow_down.gif) top right no-repeat;
width: 8px;
height: 8px !important;
}
*/
/*.hscrollerbasebeg {
background: url(basebarcaps_verticalbarbody.png) -60px 0px no-repeat;
height: 15px;
width: 15px !important;
}
.hscrollerbaseend {
height: 15px;
width: 15px;
background: url(basebarcaps_verticalbarbody.png) -30px 0px no-repeat;
}
.scrollerjogbox:hover {
background: #5E828C url(basebarcaps_verticalbarbody.png) -45px -15px;
}
*/
/* Scroll Bar Master Styling Ends Here */
