.scrollable  {
    width: 560px;
    height: 360px; 
    overflow: hidden;
    position: relative;
	background: #ffffff;
    float: left;
	

} 
.scrollable .items  {
    clear: both ; 
    width: 20000em;
    position: absolute;
} 
.items div  {
    float:left;
} 
.scrollable img  {
    width: 560px;
    height: 250px; 
} 
.scrollable .active  {
    cursor: default;
    position: relative;
}

/*BOTOES*/

a.browse  { 
    background: url(hori_large.png) no-repeat; 
    cursor: pointer ; 
    display: block;
    height: 95px;
    width: 70px;
}
a.right  { 
    background-position: 0px -109px; 
}
a.right:hover  { 
    background-position: -71px -109px ;
}
a.right:active  { 
    background-position: -142px -109px ;
}
a.left  { 
    background-position: 0 0 ;
}
a.left:hover  { 
    background-position: -71px 0 ;
}
a.left:active  { 
    background-position: -143px 0px ;
}
/*a.up  { 
    background: url(vert_large.png) no-repeat; 
}
a.down  { 
    background: url(vert_large.png) no-repeat; 
}
a.up:hover  { 
    background-position: -90px 0px ;
}
a.up:active  { 
    background-position: -90px 0px ;
}
a.down  { 
    background-position: 0px -45px ;
}
a.down:hover  { 
    background-position: -70px -45px ;
}
a.down:active  { 
    background-position: -70px -45px ;
}*/
a.disabled  { 
    visibility: hidden !important ;
}