

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 239px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: tranparent;
margin: 3px auto;
padding: 0px;
float:left;
}

#mycustomscroll ul {
list-style:none; list-style-type:none;
}
#mycustomscroll li {
  list-style:none;list-style-type:none; padding:0 12px 1px 12px;
  margin:0;
  background: transparent url(../images/bullet.gif) no-repeat 0px 8px;
}


#mycustomscroll a:link{
color: #de7008;
font-size:11px;
text-decoration:none;
} 
#mycustomscroll a:visited {
color: #de7008;
font-size:11px;
text-decoration:none;
}

#mycustomscroll a:hover {
color: #256063;
font-size:11px;
text-decoration:none;
}
 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 15px;
background-color: #D7EBDF;
}
.vscrollerbar {
width: 15px;
background-color: #99CBCB;
}

.vscrollerbar{
padding: 10px;
z-index: 2;
}

.vscrollerbasebeg {
background: url(../images/basebarcaps_verticalbarbody.png) -30px -30px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbaseend {
background: url(../images/basebarcaps_verticalbarbody.png) -60px -30px no-repeat;
height: 15px;
width: 15px;
}
.scrollerjogbox:hover {
background: #5E828C url(../images/basebarcaps_verticalbarbody.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */
