
#imageMenu {
	position: relative;
	width: 666px;
	height: 337px;
	overflow: hidden;
}



#imageMenu ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
	display: block;
	height: 337px;
	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;
	height: 337px;
}



.clear {
	clear: both;
}
.imageBig{
	position: absolute;
	display: inline;
	width: 666px;
	height: 337px;
	float: left;
}
/*************************************************************/

