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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	width: 550px;
	height: 200px;
	overflow: hidden;
	background: 000000;
	padding-left: 130px;
}



.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%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

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

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

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

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

.imageMenu ul li.lft a {
	background: url(images/gallery/lft.jpg) repeat scroll 0%;
	width:310px;
}



.clear {
	clear: both;
}

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