﻿
.jimgMenu {
	position: relative;
	width: 1000px;
	height: 400px;
	margin-left:200px;
	overflow: hidden;
	margin: 25px 100px 0px;
}

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

.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.nine a {
	background: url(images/9.jpg) repeat scroll 0%;
	min-width:310px;
	
}

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

	
}

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

	
}

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

	
}

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

	
}

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

	
}

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

	
}

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

	
}

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

	
}



.clear {
	clear: both;
}
