.banspin {
	
	position: relative;
	overflow: hidden;
}

.bs-item {
	
	max-width: 100%;
}

.bs-item img {
	
	max-width: 100%
}

.bs-item .overlay {
	
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
}

.bs-item-container {
	
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin: 0em;
	padding: 0em;
}

.bs-item-container:not(:first-of-type) {
	
	position: absolute;
	top: 0px;
}

.bs-item-container:not(.image-active) {
	
	display: none;
}

.banspin .image-active {

	background-color: white;
}

.banspin .nav-dots {
	
	position: absolute;
	bottom: 0em;
	text-align: center;
	padding: .5em 0em;
	width: 100%;
	z-index: 3;
}

.banspin .nav-dots .dot {
	
	display: inline-block;
	margin: 5px;
	cursor: pointer;
	
	border-radius: 50%;
	background-color: #0057A6;
	border: 3px solid #0057A6;
	height: 16px;
	width: 16px;
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
}

.banspin .nav-dots .dot-selected {
	
	border: 3px solid #ffaf00;
	height: 16px;
	width: 16px;
}

.banspin:hover .nav-left {
	
	display: inline-block;
}

.banspin:hover .nav-right {
	
	display: inline-block;
}

.banspin .nav-left {
	
	position: absolute;
	bottom: 0em;
	left: 0em;
	opacity: .5;
	display: none;
	width: 10%;
	cursor: pointer;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(left,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}

.banspin .nav-left:hover {
	
	opacity: 1;
}

.banspin .nav-left .nav-button {
	
	background: url('/resources/images/home-banners/do-not-delete/arrow_left.png') no-repeat center;
	background-size: contain;
	height: 40px;
	width: 40px;
	margin: 0em auto;
}

.banspin .nav-right {
	
	position: absolute;
	bottom: 0em;
	right: 0em;
	opacity: .5;
	display: none;
	width: 10%;
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.5+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=1 ); /* IE6-9 */

}

.banspin .nav-right:hover {
	
	opacity: 1;
}

.banspin .nav-right .nav-button {
	
	background: url('/resources/images/home-banners/do-not-delete/arrow_right.png') no-repeat center;
	background-size: contain;
	height: 40px;
	width: 40px;
	margin: 0em auto;
}

/**
	MEDIA QUERIES
*/
@media all and (max-width: 786px) {

	.banspin .nav-left,
	.banspin .nav-right {
	
		display: inline-block;
	}
	
	.banspin .nav-dots {
	
		opacity: 0;
	}
}