@charset "utf-8";
/* CSS Document */

/* SETAS */

.arrows-slide
{
	height: 40px;
        top: 50%!important;
        margin-top: -20px;
        font-size: 0;
}

.arrows-slide div img
{
	width: 20px;
	height: 40px;
}

/* FIM SETAS */

/* GRID SLIDE */

.grid-slide{
    vertical-align: top;
}

/* FIM GRID SLIDE */

/* BULLETS */

.bullets-slide2{
    margin-top: 10px;
}

.bullets-slide2 div{
    display: inline-block;
    cursor: pointer;
    opacity: 0.5;
}

.active-bs2
{
    opacity: 1!important;
}


/* FIM BULLETS */
