.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	width:605px;
	height:250px;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 250px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 101px;
	float: right;
	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: 250px;
}

.jimgMenu ul li#any a {
	background: repeat scroll 0%;
  
}


.jimgMenu ul li#last a {
	background: repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}