@charset "UTF-8";

#hero {
	height: 282px;
	width: 1000px;
	position: relative;
	z-index: 1;
}

#hero .pager {
	position: absolute;
	width: 200px;
	height: 15px;
	top: 260px;
	left: 30px;
	z-index: 150;
}

#hero .page {
	height: 282px;
	width: 1000px;
	position: relative;
}

#hero .pageSelector {
	background: url(../images/heroselector_off.gif) no-repeat;
	height: 13px;
	width: 13px;
	display: block;
	cursor: pointer;
	margin: 0 5px 0 0;
	float: left;
	position: relative;
}

#hero .pageSelector.active {
	background: url(../images/heroselector_on.gif) no-repeat;
}

#heroTouts {
	width: 310px;
	height: 260px;
	top: 18px;
	left: 700px;
	position:absolute;
	z-index: 200;
}

#heroTouts ul li {
	margin: 0 0 5px 0;
}

#heroTouts ul li a {
	width: 281px;
	height: 78px;
	display: block;
}

#heroTouts ul li:hover {
	background-position: right;
}

.heroToutTickets {
	background:url(../images/hptout_buytickets.jpg) no-repeat left;
	width: 281px;
	height: 78px;
}

.heroToutInfield {
	background:url(../images/hptout_theinfield.jpg) no-repeat left;
	width: 281px;
	height: 78px;
}

.heroToutWager {
	background:url(../images/hptout_wagernow.jpg) no-repeat left;
	width: 281px;
	height: 78px;
}
	