
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	/*width: 500px;*/
	width: 475px;
	height: 350px;
	overflow: hidden;
	/* add up */
	margin-left:-40px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 350px;
	width: 870px;
	
	}

#imageMenu ul li {
	float: left;
	padding-left:0px;
	background:none;
	padding-bottom:0px;
}

#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:87px;
	height: 350px;
}

#imageMenu ul li.landscapes a {
	background: url(../images/imagemenu/artist1.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(../images/imagemenu/artist2.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(../images/imagemenu/artist3.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(../images/imagemenu/artist4.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(../images/imagemenu/artist5.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

