


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

.jimgMenu ul li.landscapes a {
	background: url(images/foto1.jpg);
	background-repeat:no-repeat;
}

.jimgMenu ul li.people a {
	background: url(images/foto2.jpg) ;
	background-repeat:no-repeat;
}

.jimgMenu ul li.nature a {
	background: url(images/foto3.jpg) ;
	background-repeat:no-repeat;
}

.jimgMenu ul li.urban a {
	background: url(images/foto4.jpg) ;
	min-width:310px;
	background-repeat:no-repeat;
	
}

.clear {
	clear: both;
}
