
/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
*/
.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 568px;
    height: 670px;
    /* custom decorations */
    border: none;
}

/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.items div {
    float:left;
    width:572px;
    margin-top: 25px;
}

div.caixa-scrollabel a.right {
    right: -3px;
}

div.caixa-scrollabel a.left {
    left: -3px;
}

div.caixa-scrollabel a.browse {
    position: relative;
    top: 265px;
}

div#scrollable section {
    padding: 0 5px 0 5px;
margin: 0 0 75px 0;
width: 179px;
height: 250px;
float: left;
position: relative;
border-right: 1px solid #ececec;
display: inline-block;
}

.scrollable img {
    float: left;
    margin: 0px 12px 5px 12px;
    background: #ebebeb;
    padding: 1px;
    border: none;
    width: 153px;
    height: 108px;
    border: 1px solid #ebebeb;
}

.scrollable footer {
    position: absolute;
    bottom: 20px;
    width: 157px;
    margin: 0 auto;
    left: 16px;
}

.scrollable footer h5 a {
    color: #c1141c !important;
    text-decoration: none;
}

.scrollable footer h5 {
    font-size: 12px;
    margin: 0;
    color: #c1141c !important;
    font-weight: bold;
    line-height: normal;
    float: left;
    height: auto;
    width: 100%;
}

.scrollable footer h4 {
    color: #8A8A8A;
    font-size: 11px;
    width: 100%;
}

.scrollable footer h3 {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    width: 100%;
    margin: 10px 0 10px 0;
}



/* single scrollable item */
.scrollable img {
    float:left;
    margin:0px 12px 5px 12px;
    background: #ebebeb;
    padding:1px;
    border: none;
    width: 153px;
    height: 108px;
    border: 1px solid #ebebeb;
}

/* active item */
.scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}

/* Jcarousel Home - Mais procurados*/

.scrollable-dois {
    border: medium none;
    height: 312px;
    left: 2px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 935px;
}

/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.scrollable-dois .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
    top: 52px;
}

.scrollable-dois .items div {
    float: left;
    left: -30px;
    margin-left: 17px;
    margin-top: 0px;
    position: relative;
    width: 905px !important;
}

/* single scrollable item */
.scrollable-dois img {
    float:left;
    background: #ebebeb;
    padding:1px;
    border: none;
    width: 153px;
    height: 108px;
    border: 1px solid #ebebeb;
}

/* active item */
.scrollable-dois .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}