#promo_box {
	width: 450px;
	height: 304px;
	border: 4px solid #000000;
	text-align: center;
}
#promo_control a { background: #ffffff; margin: 0px; padding: 0px;  }
#promo_control a.activeSlide { background: #ff9a31; }
#promo_control a:focus { outline: none; }


.promo_thumb_box {
	position: relative;
	z-index: 0;
}
.promo_thumb_off {
	position: absolute;
	background-color: none;
	padding: 5px;
	left: -1000px;
	border: none;
	visibility: hidden;
	color: black;
	text-decoration: none;
	z-index: 500;
}
.promo_thumb_on {
	position: absolute;
	visibility: visible;
	background: #ffffff;
	padding: 2px;
	border: 1px solid #000000;
	top: 11px;
	left: 0px; /*position where enlarged image should offset horizontally */
	z-index: 500;
}
	
