.jssor_slider_container{
    position: relative;
    top: 0px;
    left: 0px;
    background: #fff;
    overflow: hidden;
    border: solid 1px #488631;
}

/**********************************/
/*****     LOADING SCREEN     *****/
/**********************************/

.jssor_loading_screen{
    position: absolute;
    top: 0px;
    left: 0px;
}

.jssor_loading_screen .transparency{
    filter: alpha(opacity=70);
    opacity:0.7;
    position: absolute;
    display: block;
    background-color: #000000;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
}

.jssor_loading_screen .loader{
    position: absolute;
    display: block;
    background: url(../../images/loaders/ajax-loader.gif) no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
}

/********************************/
/*****     SLIDER ITEMS     *****/
/********************************/

.slide-item-content{
    max-width: 525px;
    max-height: 300px;
    overflow: hidden;
}

.slide-item-content > img{
    width: 525px !important;
    height: auto !important;
    max-width: 1000px;
    max-height: 1000px;
}

.slide-item{
    cursor: move;
    position: absolute;
    left: 0px;
    overflow: hidden;
}

.jssor_slider_container div[u="thumb"]{
    overflow: hidden;
}

.jssor_slider_container div[u="thumb"] .image{
    width: 135px;
    height: 100%;
    max-width: 200px;
    max-height: 600px;
}

/*****************************/
/*****     THUMBNAIL     *****/
/*****************************/

div[u="thumb"] .t{
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    font-weight: bolder;
    position: absolute;
    bottom: 0;
    width: 135px;
    height: 30px;
    color: black;
    background-color: rgba(255,255,255,0.9);
}

/**********************************/
/*****     SLIDER COMMENT     *****/
/**********************************/

.slide-item-object{
    position: absolute;
    bottom: 0;
    height: 60px;
    background: white;
    color: black;
}

.slide-item-object > .infoType{
    width: 70px;
}

.slide-item-object > .infoType > .aaBadge[data-badge]:after{
    width: 50px;
    height: 20px;
    top: 18px;
    right: inherit;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bolder;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.slide-item-object > .trait{
    width: 12px;
    height: 100%;
    background: #c2272d
}

.slide-item-object > .etoiles{
    position: absolute;
    right: 5px;
    top: 0;
}

.slide-item-object > .informations > div{
    padding: 3px;
    font-weight: bolder;
}

.slide-item-object > .informations > div.produit{
    color: #488631;
    font-size: 14px;
}

.slide-item-object > .informations > div.commentaire{
    font-size: 16px;
    width: 425px;
    overflow: hidden;
}