﻿#container1 {
	width:800px;
	height:614px;
	margin-top:0px;
	margin-left:15px;
	background-image:url('../images/Texture_Border_i_by_struckdumb.jpg');
	background-repeat:no-repeat;
}

.jimgMenu {
	position:relative;
	margin: 81px 0px 0px 115px;
	padding: 0px;
	width:570px;
	height:200px;
	overflow: hidden;
}

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

.jimgMenu ul li#landscapes a {
	background: url('../images/6.png');
}

.jimgMenu ul li#people a {
	background: url('../images/5.png');
}

.jimgMenu ul li#nature a {
	background: url('../images/4.png');
}

.jimgMenu ul li#abstract a {
	background: url('../images/3.png');
}

.jimgMenu ul li#urban1 a {
	background: url('../images/2.png');
	border-right-style: none;
}

.jimgMenu ul li#urban2 a {
	background: url('../images/1.png');
	border-right-style: none;
}


.clear {
	clear: both;
}
