

/* gallery container & img containers */
#homeGalleryContainer {
	background: url(/Content/images/homepage_timeline_bg.jpg) no-repeat top left;
	width:980px;
	height:480px;
	display:block;
	position:relative;
	overflow:hidden;
}
#bannerHolder {
	background: none;
	width: 774px;
	height: 402px;
	top: 0px;
	left: 87px;
	position: absolute;
}
#homeGalleryImgs {
	background: url(/Content/images/banner_bg.png) no-repeat top left;
	width:741px; 
	height:402px; 
	top: 0px;
	left: 33px;
	position:absolute; 
}
.homeGalleryImg {
	background: none;
	width:689px; 
	height:291px; 
	top: 85px;
	left: 26px;
	position:absolute; 
}
.buyTicketsBadge {
	background:url(/Content/images/buy_tickets.png) no-repeat top left;
	width: 124px;
	height: 125px;
	top: 11px;
	left: 0px;
	position: absolute;
	z-index:4;
}
.learnMoreButton {
	background:url(/Content/images/btn_learn_more.png) no-repeat top left;
	width: 139px;
	height: 38px;
	top: 328px;
	left: 598px;
	position: absolute;
	z-index:4;
}
/* gallery nav */
#homeGalleryNav {
	position:absolute;
	bottom:3px;
	left: 43px;
	width: 721px;
	margin:0;
	padding:10px;
	z-index:3;
}
/* can be reusable - tc & home gallery */
#homeGalleryNav ul {
	list-style:none;
	padding:0;
	margin:0 auto;	
}
#homeGalleryNav li {
	list-style:none;
	display:inline-block;
	float:left;
	padding:0;
	margin:1px 5px 0 0;
}
#homeGalleryNav li a {
	float:left;
	width:23px;
	height:10px;
	padding:0;
	margin:0;
	text-indent:-9999px;
	outline:none;
	overflow:hidden;
}
.inactiveThumb {
	background:url(/Content/images/thumb-idle.gif) no-repeat left top;	
}
.activeThumb { 
	background:url(/Content/images/thumb-active.gif) no-repeat left top; 
}
