/* this makes it possible to add next button beside scrollable */
.scrollable {
    float:left;    
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    display:block;
    float:left;
    cursor:pointer;
    font-size:1px;
}

/* right */
a.right 
{ 
    background-position: -18px 0; 
    clear:right; 
    margin-right: 0px;
}
a.right:hover         { background-position:-18px -18px; }
a.right:active     { background-position:-18px -18px; } 


/* left */
a.left                {
    margin-left: 0px;
} 
a.left:hover          { background-position: 0 -18px; }
a.left:active      { background-position: 0 -18px; }




/* disabled navigational button */
a.disabled {
    /*visibility:hidden !important;        */
}     
#big_banner_div {
    padding-left: 10px;
}
/*­ş­¶¤jbanner*/

