@charset "UTF-8";
/* CSS Document */

a#reservePopupBtn, a#reservePopupBtn2 {
	background-image: url('../images/dining_btn.jpg');
	background-repeat:no-repeat;
	background-position: 0 0;
	display: block;
	height:28px;
	width:213px;
}

a:hover#reservePopupBtn, a:hover#reservePopupBtn2 {
	background-position: 0 -28px;
}

#reservationsDot {
position:absolute;
top:191px;
left:295px;
z-index:100;
}

#dining #reservationsDot{
position:absolute;
top:176px;
left:395px;
}


#experienceIndex #reservationsDot{
top:180px;
left:315px;
}


