/*
$Id: scrollable.css 1026 2011-01-07 18:18:43Z michael.oscmax@gmail.com $

  osCmax e-Commerce
  http://www.osCmax.com

  Copyright 2000 - 2011 osCmax

  Released under the GNU General Public License
*/
/* NOTE: Some settings for scrollable are controlled through admin panel */
.scrollable, .scrollable_ap { position:relative; overflow:hidden; float:left; }
.scrollable .items, .scrollable_ap .items_ap { width:20000em; position:absolute; clear:both; }
.items div, .items_ap div { float:left; width:590px; }

/* prev, next, prevPage and nextPage buttons */
a.browse, a.browse_ap { background:url(images/hori_large.png) no-repeat scroll 0 0 transparent;	display:block; width:24px; height:56px; float:left; cursor:pointer; font-size:1px; }
a.right, a.right_ap{background-position:0 -56px;clear:right;margin-right:0px;}
a.right:hover, a.right_ap:hover{background-position:-24px -56px}
a.right:active, a.right_ap:active{background-position:-48px -56px}
a.left, a.left_ap{margin-left:1px}
a.left:hover, a.left_ap:hover{background-position:-24px 0}
a.left:active, a.left_ap:active{background-position:-48px 0}