#bannerMaster {
	position				: relative;
}

#banner {
	max-height				: 300px;
}
#bannerMaster .carousel-indicators {
	left					: 0;
	margin					: 0 0 1% 0;
	bottom					: 0;
	z-index					: 302;
	width					: 100%;
	max-width				: 980px;
	text-align				: right;
}

#bannerMaster .carousel-indicators li {
	width					: 13px;
	height					: 13px;
	margin					: 0 5px 0 0 !important;
	border					: 2px solid #FFFFFF !important;
	bottom					: -5px;
}
#bannerMaster .carousel-indicators > li.active {
	border					: 2px solid #333333 !important;
	background				: #333333;
	width					: 13px;
	height					: 13px;
	margin					: 0 5px 0 0 !important;
}
