/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

/* do not modify .scrollgeneric class, required for proper operation */
.scrollgeneric
{
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.vscrollerbase, .vscrollerbar
{
    width: 6px;
}

.hscrollerbase, .hscrollerbar
{
    height: 3px;
}

.vscrollerbarbeg
{
    /*top image holder for vertical scroll bar*/
    background: url(../images/Small-scroll.jpg) 0px -10px;
    width: 6px; /* height is auto set by the script to fit the scrollbar */
	height:30px
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase
{
    /*background-color: #D1DDCB;     background-image: url(images/scrollbaseback.png);*/
    height: 224px;
    float: left;
    position: absolute;	background-color:#ff9900
}


/* Scroll Bar Master Styling Ends Here */
/*Page related styles for you to view*/
#mycustomscroll
{
    /* Typical fixed height and fixed width example */
    width: ;
    height: 160px;
    overflow: auto; /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    margin: 0.3em auto; /*padding: 15px;*/
}

