
#imageMenu {
	position: relative;
	width: 840px;
	height: 264px;
	overflow: hidden;
	z-index: 50;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 264px;
	width: 1000px;	
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;	
	cursor: default;
	display:block;
	overflow:hidden;
	width:168px;
	height: 264px;
}

.clear {
	clear: both;
}

