div#text p {
	margin-bottom: 8px;
}

div#text p i strong {
	text-transform: uppercase;
	font-size: 1.1em;
	color: #999;
}

div#text a.tickets-btn {
	width: 144px;
	height: 0;
	overflow: hidden;
	display: block;
	margin-top: 14px;
	padding-top: 22px;
	background: url(/_img/tickets-btn.png) no-repeat top left;
	border: 0 none;
}

div#text a:hover.tickets-btn {
	background-position: -144px 0;
}