#imageMenu {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding:0px;
	margin:0px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	display: block;
	height: 100%;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:116.4px;
	height: 210px;
}

#imageMenu ul li.landscapes a {
	background: url(images/1.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/2.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/3.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/4.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(images/5.jpg) repeat scroll 0%;
}
#imageMenu ul li.abstracts a {
	background: url(images/6.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.abstractss a {
	background: url(images/7.jpg) repeat scroll 0%;
	
}



.clear {
	clear: both;
}



/*************************************************************/

