<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/***************************************************************************************************************************************
http://bootsnipp.com/snippets/featured/simple-carousel
****************************************************************************************************************************************/

/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 85px;
	font-size: 35px;
	line-height: 24px;
}
.carousel-control.right {
	right: -50px;
}
.carousel-control.left {
	left: -50px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}</pre></body></html>