#imageMenu {
	position: relative;
	width: 577px;
	height: 284px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	
	margin: 0 0 0 -30px;
	display: block;
	height: 284px;
	width: 590px;
	
	}

#imageMenu ul li {
	float: left;
	margin-left:0px;
	margin-right:2px;
}

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

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

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

#imageMenu ul li.nature a {
	background: url(../imgs/03.jpg) repeat scroll 0%;
}
#imageMenu ul li.urban a {
	background: url(../imgs/04.jpg) repeat scroll 0%;
}
#imageMenu ul li.abstract a {
	background: url(../imgs/05.jpg) repeat scroll 0%;
}
#imageMenu ul li.dental a {
     background:url(../imgs/06.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

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

