.jimgMenu {
	position: relative;
	/*margin: 0px 0px 0px 50px;*/
	padding: 0px;
	width: 635px;
	height: 274px;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 274px;
	position: relative;
}

.jimgMenu ul li {
	width: 127px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background: #fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor: pointer;
	display: block;
	overflow: hidden;
	height: 274px;
}

.clear {
	clear: both;
}