#imageMenu {
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
	margin: center;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 500px;
	margin: center;
	}
#imageMenu ul li {
	float: right;
}
#imageMenu ul li a {
	text-indent: -500px;
	background:#000000 none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:140px;
	height: 200px;
}


