/* Turn on a 13x13 scrollbar */
html::-webkit-scrollbar {
    width: 11px;
    height: 13px;
}
 
html::-webkit-scrollbar-button:vertical {
    background:url(http://z5.ifrm.com/30198/137/0/f5156458/VertBarBack.png);
}
 
/* Turn on single button up on top, and down on bottom */
html::-webkit-scrollbar-button:start:decrement,
html::-webkit-scrollbar-button:end:increment {
    display: block;
}

/* Turn off the down area up on top, and up area on bottom */
html::-webkit-scrollbar-button:horizontal:start:increment,
html::-webkit-scrollbar-button:horizontal:end:decrement {
    display: none;
}
 
/* Place The scroll down button at the bottom */
html::-webkit-scrollbar-button:vertical:increment {
    background:url(http://z5.ifrm.com/30198/137/0/f5156462/Down.png);
height:11px;
}
 
/* Place The scroll up button at the up */
html::-webkit-scrollbar-button:vertical:decrement {
    background:url(http://z5.ifrm.com/30198/137/0/f5156463/Up.png);
height:11px;
}
 
html::-webkit-scrollbar-track:vertical {
    background:url(http://z5.ifrm.com/30198/137/0/f5156462/Down.png);
}
 
/* Top area above thumb and below up button */
html::-webkit-scrollbar-track-piece:vertical:start {
    background:url(http://z5.ifrm.com/30198/137/0/f5156458/VertBarBack.png);
}
 
/* Bottom area below thumb and down button */
html::-webkit-scrollbar-track-piece:vertical:end {
    background:url(http://z5.ifrm.com/30198/137/0/f5156458/VertBarBack.png);
}
 
/* Track below and above */
html::-webkit-scrollbar-track-piece {
    background:url(http://z5.ifrm.com/30198/137/0/f5156458/VertBarBack.png);
}
 
/* The thumb itself */
html::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background:url(http://z5.ifrm.com/30198/137/0/f5156457/VertBar.png);
}
 
/* Corner */
html::-webkit-scrollbar-corner:vertical {
    background:url(http://z5.ifrm.com/30015/146/0/p1048997/Corner.png);
}
 
/* Resizer */
html::-webkit-scrollbar-resizer:vertical {
    background:url(http://z5.ifrm.com/30015/146/0/p1048997/Corner.png);
}


/* End Vertical*/

html::-webkit-scrollbar-button:horizontal {
    background:url(http://z5.ifrm.com/30198/137/0/f5156465/HorizScrollBack.png);
height:11px;
}
 
/* Turn on single button up on top, and down on bottom */
html::-webkit-scrollbar-button:start:decrement,
html::-webkit-scrollbar-button:end:increment {
    display: block;
}
 
/* Turn off the down area up on top, and up area on bottom */
html::-webkit-scrollbar-button:horizontal:start:increment,
html::-webkit-scrollbar-button:horizontal:end:decrement {
    display: none;
}

/* Place The scroll down button at the bottom */
html::-webkit-scrollbar-button:horizontal:increment {
    background:url(http://z5.ifrm.com/30198/137/0/f5156467/Right.png);
width:11px;
}
 
/* Place The scroll up button at the up */
html::-webkit-scrollbar-button:horizontal:decrement {
    background:url(http://z5.ifrm.com/30198/137/0/f5156468/Left.png);
width:11px;
}

 
/* Top area above thumb and below up button */
html::-webkit-scrollbar-track-piece:horizontal:start {
    background:url(http://z5.ifrm.com/30198/137/0/f5156465/HorizScrollBack.png);
height:11px;
}
 
/* Bottom area below thumb and down button */
html::-webkit-scrollbar-track-piece:horizontal:end {
    background:url(http://z5.ifrm.com/30198/137/0/f5156465/HorizScrollBack.png);
height:11px;
}
 
/* Track below and above */
html::-webkit-scrollbar-track-piece {
    background:url(http://z5.ifrm.com/30198/137/0/f5156465/HorizScrollBack.png);
height:11px;
}
 
/* The thumb itself */
html::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background:url(http://z5.ifrm.com/30198/137/0/f5156744/HorizBar.png);
}