
	
	#imageMenu {
		position: relative;
		width: 510px;
		height: 202px;
		overflow: hidden;

	}/*container width*/
	
	#imageMenu ul {
		list-style: none;
		margin: 0px;
		display: block;
		height: px;
		width: 810px;
		
		}
	
	#imageMenu ul li {
		float: left;
	}
	
	#imageMenu ul li a {
		text-indent: -1000px;
		background:#000000 none repeat scroll 0%;
		border-right: 0px solid #000;
		cursor:pointer;
		display:block;
		overflow:hidden;
		width:100px;
		height: 202px;
	}/*inner width*/