
.jimgMenu {
	position: relative;
	margin-left:50px;
	width: 1200px;
	height: 400px;
	overflow: hidden;
	
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 600px;
	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:150px;
	height: 500px;
}

.jimgMenu ul li.landscapes a {
	background:url(../image/serv1.jpg) repeat scroll 0%;
}

.jimgMenu ul li.people a {
	background:url(../image/serv2.jpg) repeat scroll 0%;
}

.jimgMenu ul li.nature a {
	background:url(../image/serv4.jpg) repeat scroll 0%;
}
.jimgMenu ul li.abstract a {
	background:url(../image/serv3.jpg) repeat scroll 0%;
}

.jimgMenu ul li.urban a {
	background:url(../image/serv5.jpg)  repeat scroll 0%;
	min-width:310px;
	
}

.clear {
	clear: both;
}
