#carrousel-wrapper{
    position:relative;
    border: solid 1px #cfcece;
    padding:15px 0;
}
#carrousel-wrapper a img.model-img{
    border: solid 1px #d6d6d6;
}

.transition-slide .show-window {
    overflow: hidden;
    position: relative;
    clear: both;
    margin: 0 auto;
}

.transition-slide .show {
    position: absolute;
    top: 0;
    left: 0;
    width: 999999px;
}

.transition-slide .slide {
    position: static; /*overide*/
    float: left;
    display: block;
}
.proto-progress-timer{
    display:none;
}

/* /CARROUSEL */

/* PROTO CONTROLS
------------------------------------------------*/

.proto-controls,
.proto-navigation {
        margin: 0;
        padding: 0;
        list-style: none;
}

.proto-controls a:link,
.proto-controls a:visited,
.proto-navigation a:link,
.proto-navigation a:visited {
        display: block;
        text-indent: -9999px;
        overflow: hidden;
}

.proto-controls li {
        position: absolute;
        top: 40%;
        left: 10px;
        width: 10%;
        height: 100%;
        z-index: 110;
}

.proto-controls .forward {
        right: 10px;
        left: auto;
}

.proto-controls a {
        width: 100%;
        height: 14px;
        background: url(../images/protoshow/controls.png) no-repeat 0 0;
        opacity: 0.4;
        -moz-opacity: 0.4;
        filter:alpha(opacity=40);
}

.proto-controls a:hover,
.proto-controls a:focus {
        opacity: 1;
        -moz-opacity: 1;
        filter:alpha(opacity=100);
}

.proto-controls .forward a {
        background-position: 100% -14px;
        opacity: 0.7;
        -moz-opacity: 0.7;
        filter:alpha(opacity=70);
}

.proto-controls .forward a:hover,
.proto-controls .forward a:focus {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}
