﻿.scrollable
{
    position:relative;
    overflow:hidden;
    width: 710px;
    height:120px;
    float:left;
}


.scrollable .items
{    
    width:20000em;
    position:absolute;
    clear:both;
}

.items div {
    float:left;
    width:710px;
}


.scrollable img {
    float:left;
}

a.browse
{
    float:left;
    display:block;
    width:19px !important;
    height:19px !important;
    cursor:pointer;
    margin-top:27px;
}

a.left
{
    background: url(images/setaEsquerda.png) no-repeat; 
}

a.right 
{
    background: url(images/setaDireita.png) no-repeat; 
}

a.disabled
{
    visibility:hidden !important;
}