
.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 450px;
	height: 186px;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 186px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 75px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background: #fff repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 186px;
}


.clear {
	clear: both;
}
