@charset "utf-8";

.basic-post-img-carousel.div-carousel.carousel .carousel-indicators {
    bottom: auto;
	left: auto;
	width: auto;
	top:5px;
	right:10px;
}

.basic-post-img-carousel.div-carousel.carousel .carousel-indicators li {
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
	color:#fff;
	width:16px;
	height:16px;
	line-height:16px;
	font-size:11px;
	text-indent: 0px;
}

.basic-post-img-carousel.div-carousel.carousel .carousel-indicators .active {
	width:16px;
	height:16px;
	background: rgba(233, 27, 35, 1.0);
}
