.vitrine_jquery{
    margin: 0 0 30px;
}

.vitrine_jquery li{
    padding-top: 30px !important;
    width: 295px !important;
	height: 445px !important;
    text-align: center !important;
}

.tit_vitrine_jquery{
    display: block;
    text-align: center;
    margin-top: -11px;
}

.tit_vitrine_jquery h2{
    font-size: 18px;
    padding: 0 10px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: normal;
    font-family: 'source_sans_prosemibold';
    *display: inline;
}

.bx-wrapper{
    width: 920px !important;
    margin-left: 33px;
    margin-top: -15px;
}

.bx-wrapper .foto {
    height: 252px !important;
}

.bx-prev{
    position:absolute;
    top: 170px;
    left: -20px;
    display: block;
    height: 50px;
    width: 35px;
    background:  url('../imagens/navegacao_vitrine_seta_voltar.png') no-repeat left center; 
    display: block;
    text-indent:-9999px;
}

.bx-next{
    position:absolute;
    top: 170px;
    right: -20px;
    display: block;
    height: 50px;
    width: 35px;
    background:  url('../imagens/navegacao_vitrine_seta_avancar.png') no-repeat right center; 
    display: block;
    text-indent:9999px;
}


/*POPUP*/
.x-popup {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;!important;
}

.x-popup .x-box-shadow {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
}

.x-popup .x-popup-content {
    width: 736px;
    height: 425px;
    position: absolute;
    background: url('/Assets/Templates/2/Imagens/banner-popup-campneus.png') no-repeat transparent;
    left: 50%;
    top: 50%;
    margin-top: -212.5px;
    margin-left: -307.5px;
}

.x-popup .x-popup-content .x-close-popup{
    position: absolute;
    top: -30px;
    right: 120px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.x-popup .x-popup-content iframe{
    width: 100%;
    float: left;
}
/*END POPUP*/