/* 
    Document   : scrollable-pro-buttons
    Created on : 2009-11-28, 14:42:16
    Author     : kuba
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* this makes it possible to add next button beside scrollable */
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background:url(/images/skin/decoration/arrow_left.png) no-repeat;
    display:block;
    width:39px;
    height:23px;
    float:left;
    margin-top:7px;
    margin-bottom:7px;
    cursor:pointer;
    font-size:0px;
}
/* right */
a.right 	{ background:url(/images/skin/decoration/arrow_right.png) no-repeat;
                  text-align:center;
                  
}

a.disabled {
	visibility:hidden !important;
}

