/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
div#linha_tempo{
    width: 902px;
    display: block;
    clear: both;
    padding-top: 6px;
    position: absolute;
    z-index: 5;
    top: 47px;
	left: 50%;
	margin-left: -451px;

}
    div#linha_tempo p{
        width: 892px;
        height: 23px;
        display: block;
        background: #a8a8a8;
        font-weight: bold;
        padding-left: 10px;
        padding-top: 10px;
    }
        div#linha_tempo a{
            color: #ffffff;
            margin-left: 563px;
        }
             div#linha_tempo a:hover{
                color: #000000;
             }
        .jcarousel-skin-tango li{
            width: 393px;
            height: 90px;
            display: block;
            border-right: solid 3px #c2c2c2;
        }
           .left{
                float: left;
                margin-right: 10px;
                border: solid 2px #940a06;
           }
                .jcarousel-skin-tango li h3{
                    font-size: 16px;
                    font-weight: bold;
                    color: #970a06;
                }
                    .jcarousel-skin-tango li strong{
                        display: block;
                    }
                        .jcarousel-skin-tango li span{
                            display: block;
                            color: #3c3c3c;
                        }
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 390px;
    height: 100px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

