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

/* prev, next, prevPage and nextPage buttons */
a.browse {
  display:block;
  width:129px;
  height:69px;
  cursor:pointer;
  font-size:1px;
  z-index: 100;
}



a.right         {   background:url(../public/images/front/right.png) no-repeat; }
a.right:hover     { background-position:0px -69px; }
a.right:active  {  } 


/* left */

a.left        { background:url(../public/images/front/left.png) no-repeat; } 
a.left:hover     { background-position:0px -69px; }
a.left:active  {  } 

/* disabled navigational button */
a.disabled {
  visibility:hidden !important;   
}   

/* right */
a.right {
top: 220px;
right: -2px;
position: absolute;
}

a.left {
left: 0px;
top: 220px;
position: absolute;
}
