#promo_box {
	width: 220px;
	height: 20px;
}
#promo_control a { background: #ffffff url('../../graphics/promo_bookmark_off.png') left top no-repeat; margin: 0px; padding: 0px; width: 40px; height: 26px; line-height: 26px;  }
#promo_control a.activeSlide { background: #ffffff url('../../graphics/promo_bookmark_on.png') left top no-repeat; }
#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: 185px; /*position where enlarged image should offset horizontally */
	z-index: 500;
}
	
