.jimgMenu {
	position:relative;
	padding: 0px;
	width:1000px;
	height:550px;
	overflow: hidden;
	margin: 0px;

}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 333px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 333px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 550px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0%;
}

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

.jimgMenu ul li#people a {
	background: url(images/people.jpg) repeat scroll 0%;

}

.jimgMenu ul li#nature a {
	background: url(images/nature.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#abstract a {
	background: url(images/abstract.jpg) repeat scroll 0%;

}

.jimgMenu ul li#urban a {
	background: url(images/urban.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}
