*

*, html {
	margin: 0;
	padding: 0;
}

*/

/**************************************************************

	Image Menu
	v 2.3

**************************************************************/
body {margin:0; background:#111; padding:0px; font:11px Verdana,Arial}


.imageMenu {
	position: absolute;
	top: 0;
	left: 1px;
	width: 370px;
	height: 200px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:72px;
	height: 200px;
}

.imageMenu ul li.foto1 a {
	background: red url(../img/01.jpg) repeat scroll 0%;
}

.imageMenu ul li.foto2 a {
	background: green url(../img/02.jpg) repeat scroll 0%;
}

.imageMenu ul li.foto3 a {
	background: blue url(../img/03.jpg) repeat scroll 0%;
}

.imageMenu ul li.foto4 a {
	background: orange url(../img/04.jpg) repeat scroll 0%;
}

.imageMenu ul li.foto5 a {
	background: purple url(../img/05.jpg) repeat scroll 0%;
	width: 240px;
}

.clear {
	clear: both;
}

/*************************************************************/