
.jimgMenu {
	position: relative;
	width: 806px;
	height: 150px;
	overflow: hidden;
	margin: 2px 0px 0px;

}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 900px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:60px;
	height: 150px;
}

.jimgMenu ul li.intro a {
	background: url(images/0.jpg) repeat ;
}
.jimgMenu ul li.Landscapes a {
	background: url(images/1.jpg) repeat scroll 0%;
}

.jimgMenu ul li.People a {
	background: url(images/2.jpg) repeat scroll 0%;
}

.jimgMenu ul li.Nature a {
	background: url(images/3.jpg) repeat scroll 0%;
}
.jimgMenu ul li.Abstract a {
	background: url(images/4.jpg) repeat scroll 0%;
}

.jimgMenu ul li.Urban a {
	background: url(images/5.jpg) repeat scroll 0%;
	min-width:300px;
	
}

.clear {
	clear: both;
}
