#bannerMaster {
	height:345px;
	width:690px;
	max-width:100%;
	position				:relative;
}

#banner {
	height				:345px;
}
#bannerMaster .item {
	height				:100%;
	width:100%;
}
#bannerMaster .carousel-indicators {
	left					: 0;
	margin					: 0 0 1% 0;
	bottom					: 0;
	z-index					: 302;
	width:690px;
	max-width:100%;
	text-align				: right;
}

#bannerMaster .carousel-indicators li {
	width					: 19px;
	height					: 19px;
	margin					: 0 8px 0 0 !important;
	border					: 2px solid #B0CB1F !important;
	bottom					: -5px;
}
@media(max-width:400px) {
	#bannerMaster .carousel-indicators li {
		width: 16px;
		height: 16px;
	}
}
#bannerMaster .carousel-indicators > li.active {
	border					: 2px solid #B0CB1F !important;
	background				: #B0CB1F;
	cursor:default;
}
#bannerMaster .item {
    left: 0 !important;
      -webkit-transition: opacity .4s; /*adjust timing here */
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;
}

/* Fade controls with items */
#bannerMaster .next.left,
#bannerMaster .prev.right {
    opacity: 1;
    z-index: 1;
}
#bannerMaster .active.left,
#bannerMaster .active.right {
    opacity: 0;
    z-index: 2;
}