/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/Fev/2015, 12:23:25
    Author     : filipemurteira
*/

.carousel.galerias{
}
.carousel.galerias .item img{
    width: 100%;
}

/*.carousel.galerias .carousel-control{
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.carousel.galerias .carousel-control.right{
    background-image: url("../img/seta_dir.png");
    background-position: 80% 50%;
}
.carousel.galerias .carousel-control.left{
    background-image: url("../img/seta_esq.png");
    background-position: 20% 50%;
}
*/
.carousel.galerias.one .carousel-control{
    display: none;
}
.carousel.galerias .carousel-indicators {}

.carousel.galerias .carousel-indicators li{
    width: 8px;
    height: 8px;
    margin: 0;
    margin-right: 5px;
    background-color: #fff;
}

.carousel.galerias .carousel-indicators li:hover,
.carousel.galerias .carousel-indicators .active {
    background-color: #000000;
    border-color: #000000;
}

/* Empilhados */
.empilhados .item img{
    width: 100%;
}