/* 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 {
background:url(../images/scroll/bara.png) no-repeat;
width: 22px;
background-color: white;
}

#recfilme .vscrollerbase {
background:url(../images/scroll/bara1.png) no-repeat;
width: 22px;
background-color: white;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background:url(../images/scroll/btop.png) ;
width: 22px; height: 8px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background:url(../images/scroll/bend.png) ;

width: 22px; height: 8px;
}


.vscrollerbar {
width: 22px;
padding:24px 0px 28px 0px;
background-color: black;
}

.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}


#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 618px;
height: 508px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
margin: 0.3em auto;
padding:1px 0px;
}

#mycustomscrol2 {
/* Typical fixed height and fixed width example */
width: 290px;
height: 170px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: #transparent;
margin: 0px auto;
padding:0px 0px;
}


