@charset "utf-8";
#imageMenu {
	margin:0 auto;
	padding:0;
	position: relative;
	width: 565px;       /*Original values width:500px height:200px */
	height: 330px;
	overflow: hidden;
	float:left;
}



#imageMenu ul {
	list-style: none;
	padding:0;
	margin: 0px;
	display: block;
	height: 330px;                   /*Original values width:1000px height:200px */
	width: 1258px;                
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1500px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 3px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:68px;
	height: 330px;
}

#imageMenu ul li.first a {
	background-attachment: scroll;
	background-image: url(../images/puertomorelos.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.second a {
	background-attachment: scroll;
	background-image: url(../images/playadelcarmen.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.third a {
	background-attachment: scroll;
	background-image: url(../images/paventuras.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.fourth a {
	background-attachment: scroll;
	background-image: url(../images/akumal.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.five a {
	background-attachment: scroll;
	background-image: url(../images/tulum.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.six a {
	background-attachment: scroll;
	background-image: url(../images/rivieramaya.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.seven a {
	background-attachment: scroll;
	background-image: url(../images/isla_mujeres.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.last a {
	width: 402px;
	background-attachment: scroll;
	background-image: url(../images/chichen.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.clear {
	clear: both;
}

#imageMenu_Container{
	margin:16px;
}
