
.jimgMenu {
	position: relative;
	width: 900px;
	height: 200px;
	overflow: hidden;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1340px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	/*text-indent: -1000px;*/
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:150px;
	height: 200px;
}


.clear {
	clear: both;
}
