/* Main carousel style */
.carousel {
    width: 100%;
}

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



/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
    width: 12%;
	height: 9%;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 0px solid #FFFFFF;
    float: left;
    left: 0;
    height: 100%;
	width: 100%;
		border-radius:2px;

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