@charset "UTF-8";
/* CSS Document */
img.ticket {
	position: fixed;
	bottom: 65px;
	right: -30px;
}
a img#regular {
	z-index: 90;
}
a img#rollover {
	z-index: 89;
}
a.ticket:hover img#rollover {
	z-index: 91;
}

