
.jimgMenu {
	position: relative;
	width: 970px;
	height: 200px;
	overflow: hidden;
	margin: 25px 0px 0px;
	margin-left: 9px;
}

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

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;
	height: 200px;
}


.jimgMenu ul li.first a {
	min-width:310px;
	border-right: none;
	
}

.clear {
	clear: both;
}