
.jimgMenu {
	position: relative;
	width: 785px;
	height: 350px;
	overflow: hidden;
	margin: 0px 0px 0px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 350px;
	width: 1340px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:105px;
	height: 350px;
}

.jimgMenu ul li.landscapes a {
	background: url(images/10001.jpg) repeat scroll 0%;
}

.jimgMenu ul li.people a {
	background: url(images/10002.jpg) repeat scroll 0%;
}

.jimgMenu ul li.nature a {
	background: url(images/10003.jpg) repeat scroll 0%;
}
.jimgMenu ul li.abstract a {
	background: url(images/10004.jpg) repeat scroll 0%;
}

.jimgMenu ul li.urban a {
	background: url(images/10005.jpg) repeat scroll 0%;
	min-width:310px;
	
}

.clear {
	clear: both;
}
