/*
	by default remove the base styling
*/
div.module.output.slideshow.centre
{
	border: none;
}

/* .carousel-indicators {
	display: inline;
	bottom: -64px !important;
}

.carousel-indicators li {
	display: inline !important;
	vertical-align: bottom;
}
.carousel-indicators li.active{
	display: inline;
}
.carousel-indicators img {
	bottom: 0;
	padding-bottom: 0;
	width: 32px;
	height: 32px;
	transition: all 800ms ease 0 ;

}

.carousel-indicators li.active img {
	bottom: 0;
	padding-bottom: 0;	
	width: 36px;
	height: 36px;
	box-shadow: 0px 0px 5px 2px aqua;
	transition: all 300ms ease 0;

} */


.carousel-caption img {
	width: auto;
	height: auto;
}

