.jimgMenu {
	position:relative;
	margin: 0px auto;
	padding: 0px;
	width:950px;
	height:297px;
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}


