.scrollable {position:relative; overflow:hidden; width:550px; height:70px; float:left; background-color:#f9f9f9; border:1px solid #DDDDDD;}

.scrollable .items {width:20000em; position:absolute; clear:both;}

.scrollable img {float:left; margin:0 5px 0 20px; background-color:#fff; width:294px; height:70px;}

.scrollable .active {border:2px solid #000;	z-index:9999; position:relative;}

/* Botones */

/* prev, next, prevPage and nextPage buttons */
a.browse {background:url(../images/scrollHz/hori_large2.png) no-repeat; display:block; width:30px; height:30px; float:left; margin:20px 10px; cursor:pointer;}

/* right */
a.right {background-position:0 -30px; clear:right; margin-right:0;}
a.right:hover {background-position:-30px -30px;}
a.right:active {background-position:-60px -30px;} 


/* left */
a.left {margin-left:0;} 
a.left:hover {background-position:-30px 0;}
a.left:active {background-position:-60px 0;}

/* disabled navigational button */
a.disabled {visibility:hidden !important;} 	




