#promo_box {
	background: #cbdaef;
	width: 400px;
	height: 240px;
}
#promo_control a { width: 69px; padding: 3px; display: block;  }
#promo_control a.activeSlide { background: #efc633; }
#promo_control a:focus { outline: none; }
#promo_control li { width: 69px; float: left; margin-bottom: 4px; list-style: 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;
}
	
