
.home-promo-bg {
	background-color: #fff;
	overflow: hidden;
	margin:20px 0;
}
#home-promo {
	max-width: 165px;
	margin:0 auto;
}
#home-promo .promo {
	background-color: #000;
	position: relative;
	overflow: hidden;
	
}
#home-promo img {
	display: none;
	max-width: 100%;
	height: auto;
	margin: 0; 
	text-align: center !important;
}
#home-promo img:first-child {
	display: block;	
}
	#home-promo .promo-captions {
		overflow: hidden;
	}
#home-promo .promo-text {
	display: none;
	margin: 0px;
	color:#000;	
	/*min-height: 80px;*/
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	text-align:center;
}
#home-promo .promo-text.active {
	display: block;	
}
#home-promo .title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: .3em .5em; 
}
#home-promo p {
	display: block;
	font-size: 12px;
	line-height: 16px;
	/*margin: .3em .5em; */
	margin: .3em auto; 
	text-align:center;
}
#home-promo .next, #home-promo .prev {
	position: absolute;
	height: 100%;
	top: 0;
	width: 10%;
	z-index: 200;
}
#home-promo .next {
	right: 0;
}
#home-promo .prev {
	left: 0;
}
#home-promo .overlay {
	height: 100%;	
	background-color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
#home-promo .overlay .nav-left {	
	height: 100%;	
	background: url('https://www.hhof.com/mobile/graphics/hm_promo_left.png' ) no-repeat;
	background-position: center center;
}
#home-promo .overlay .nav-right {	
	height: 100%;	
	background: url('https://www.hhof.com/mobile/graphics/hm_promo_right.png' ) no-repeat;
	background-position: center center;
}
#home-promo .promo-text a {
	color: #3300cc;
}