@charset "utf-8";
/*.box_one .subhead_link {
	width: 100%;
	margin: 0px;
	height: 51px;
	display: block;
}*/
.subhead_link h2 {
	position: absolute;
	left: -9999px;
}
.img_cont a {
	display: block;
	height: 123px;
	width: 123px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/hotel-california3.jpg);
}


/* Numbers for x seem to not corrospond to the image correctly */
.aroom { 
	background-position: 0px 0px;
}
.aroom:hover { 
	background-position: 0px 123px;
}

.alacoronela { 
	background-position: 369px 0px;
}
.alacoronela:hover { 
	background-position: 369px 123px;
}

.aemporio { 
	background-position: 492px 0px;
}
.aemporio:hover { 
	background-position: 492px 123px;
}


.wall {
	background-position: 123px 0px;
}
.wall:hover {
	background-position: 123px 0px;
}
.guys {
	background-position: 246px 0px;
}
.guys:hover {
	background-position: 246px 0px;
}

#roomsublink:hover {
	background:url(../images/rooms-and-suites-heading-hover.png) no-repeat;
}
#lacoronelasublink:hover {
	background:url(../images/la-coronela-restaurant-bar-heading-hover.png) no-repeat;
}
#emporiosublink:hover {
	background:url(../images/emporio-heading-hover.png) no-repeat;
}




#wallsublink:hover {
	background:url(../images/wall-heading-hover.png) no-repeat;
}#guyssublink:hover {
	background:url(../images/guys-heading-hover.png) no-repeat;
}

