/* Tiny Scrollbar */
/*
#scrollbar1 { width: 730px; margin: 2px 0 5px; color:#FFF; 
font-family:Arial;
font-size:12px;
line-height:25px;
letter-spacing:2px;
height: 350px;
text-align:justify;
z-index:999999;
}
#scrollbar1 .viewport { width: 710px; height: 320px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) repeat-y  0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) repeat-y 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.jpg) no-repeat 50% 100%; height: 34px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }
*/



#mycustomscroll_left {
/* Typical fixed height and fixed width example */
width: 730px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: none;
padding:5px 15px 10px 0px;
margin-left:10px;
}
.mycustomscroll_left p{
color:#FFF;
font-size:12px;
font-family:Arial;
line-height:20px;
letter-spacing:1px;	
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 770px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 15px;
background:url(../images/bg-scrollbar-track-y.png);


}
.vscrollerbar {
width: 30px;
background:url(../images/bgscrollbar.jpg) no-repeat;
margin-left:3px;
}
.hscrollerbase {
height: 10px;
background-color: none;

}
.hscrollerbar {
height: 10px;
background-color: none;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}