/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: fixed;
	width: 760px;
	height: 240px;
	overflow: hidden;
	padding-left: 10px;
	background-repeat: no-repeat;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;

	cursor:pointer;
	display:block;
	overflow:hidden;
	width:45px;
	height: 244px;
}

#imageMenu ul li.navidad a {
	background: url(images/navidad.jpg) repeat scroll 0%;
}
#imageMenu ul li.landscapes a {
	background: url(images/landscapes.jpg) repeat scroll 0%;
}
#imageMenu ul li.feng a {
	background: url(images/feng-shui.jpg) repeat scroll 0%;
}
#imageMenu ul li.angeles a {
	background: url(images/angeles.jpg) repeat scroll 0%;
}
#imageMenu ul li.regalos a {
	background: url(images/regalos.jpg) repeat scroll 0%;
}
#imageMenu ul li.centros a {
	background: url(images/centros.jpg) repeat scroll 0%;
}
#imageMenu ul li.coleccionables a {
	background: url(images/coleccionables.jpg) repeat scroll 0%;
}
#imageMenu ul li.lamparas a {
	background: url(images/lamparas.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/people.jpg) repeat scroll 0%;
}
#imageMenu ul li.fantasy a {
	background: url(images/fantasy.jpg) repeat scroll 0%;
}
#imageMenu ul li.terapias a {
	background: url(images/terapias.jpg) repeat scroll 0%;
}
#imageMenu ul li.baules a {
	background: url(images/baules.jpg) repeat scroll 0%;
}
#imageMenu ul li.jardin a {
	background: url(images/jardin.jpg) repeat scroll 0%;
}

#imageMenu ul li.infantil a {
	background: url(images/infantil.jpg) repeat scroll 0%;
}

#imageMenu ul li.carruseles a {
	background: url(images/carruseles.jpg) repeat scroll 0%;
}

#imageMenu ul li.descuentos a {
	background: url(images/descuentos.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

