.jimgMenu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height:1280px;
	overflow: hidden;
	width: 1024px;
	position:relative;
	
}

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

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #000000;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 1024px;
	
}

.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/1.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}

