@CHARSET "UTF-8"; /*declaração da codificação de caracteres */
/* 
    Document   : f5
    Created on : 16/Jan/2012, 10:35:14
    Author     : MSSousa
    Description:
        Purpose of the stylesheet follows.
*/

div.scrollWrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
div.scrollableArea {
    position: relative;
    width: auto;
    height: 100%;
/*    margin-top: 17px;*/
}
.carouselCovers {
    height: 210px;
    overflow: hidden;
    position: relative;
    width: 984px;
/*    margin-bottom: 17px;*/
}
.carouselCovers .scrollWrapper {
    display: none;
}
.carouselCovers div.scrollableArea img {
/*    box-shadow: 3px 3px 5px #D14D1C;*/
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 20px;
    -webkit-box-shadow: 3px 3px 10px #666;
    -moz-box-shadow: 3px 3px 10px #666;
    -ms-box-shadow: 3px 3px 10px #666;
    -o-box-shadow: 3px 3px 10px #666;
    box-shadow: 3px 3px 10px #666;
}
.carouselCovers .carouselLoading {
    background-image: url("../../../assets/site/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 210px;
    width: 984px;
}
.carouselCovers .carouselTitle {
    display: none !important;
}
.item {
    float: left;
    height: 100%;
    width: 140px;
}

.item .cover {
    border-right: none;
/*    border-right: 1px dotted #604D44;*/
    float: left;
    height: 100%;
    margin: 0 0 0 30px;
    /*padding: 0 9px 0 0;*/
    width: 120px;
    position: relative;
}

