/* 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 {
width: 11px;
background:url(../images/osx_track.gif) left top repeat-y;
}
.vscrollerbar {
width: 11px;
height:12px !important;
overflow:hidden;
cursor:pointer;
}

#fotografen .vscrollerbar {
background:url(../images/s_red.gif) left top no-repeat;
}

#burafo .vscrollerbar {
background:url(../images/s_blue.gif) left top no-repeat;
}

#anoniem .vscrollerbar {
background:url(../images/s_green.gif) left top no-repeat;
}

.vscrollerbar, .hscrollerbar {
padding: 16px;
z-index: 2;
}
.vscrollerbarbeg {
/*background: url(../images/scroll_atas.gif) left top no-repeat;*/
width: 11px;
height: 0 !important;
}
.vscrollerbarend {
/*background: url(../images/scroll_bawah.gif) left top no-repeat;*/
width: 11px;
height: 0;
}


/*.scrollerjogbox {
width: 11px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: url(../images/tengahan.gif) left top no-repeat;
cursor:pointer;
}*/

.vscrollerbasebeg {
width: 11px;
height: 8px !important;
cursor:pointer;
}

#fotografen .vscrollerbasebeg{
background: url(../images/up_red.gif) left bottom no-repeat;
}

#burafo .vscrollerbasebeg{
background: url(../images/up_blue.gif) left bottom no-repeat;
}

#anoniem .vscrollerbasebeg{
background: url(../images/up_green.gif) left bottom no-repeat;
}

.vscrollerbaseend {

width: 11px;
height: 8px;
cursor:pointer;
}

#fotografen .vscrollerbaseend{
background: url(../images/down_red.gif) left top no-repeat;
}

#burafo .vscrollerbaseend{
background: url(../images/down_blue.gif) left top no-repeat;
}
#anoniem .vscrollerbaseend{
background: url(../images/down_green.gif) left top no-repeat;
}
/*.scrollerjogbox:hover {
background: url(../images/tengahan_hover.gif) left top no-repeat;
}*/
/* Scroll Bar Master Styling Ends Here */

