/* Main carousel style */
#article-photo-carousel{
    width: 360px;
    margin-bottom: 10px;
    padding-top: 20px;
}

.carousel {
    width: 360px;
    height: 360px;

}
.carousel-inner{
    margin-bottom: 5px;
}

/* Indicators list style */
.article-slide .carousel-indicators {
    bottom: 0;
    top: 420px;
    left: 0;
    margin-left: 5px;
    width: 100%;
}

/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 84px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 6px !important;
    margin-top: 0;
    width: 84px;
}

/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 1px solid #FFFFFF;
    float: left;
    height: 80px;
    left: 0;
    width: 80px;
}

/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}