
.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:907px;
	height:488px;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 488px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 303px;
	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: 488px;
}

.jimgMenu ul li#gallery1 a {
	background: url(../img/galleries/1.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#gallery2 a {
	background: url(../img/galleries/2.jpg) repeat scroll 0%;

}

.jimgMenu ul li#gallery3 a {
	background: url(../img/galleries/3.jpg) repeat scroll 0%;
  
}





.clear {
	clear: both;
}
