
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/



#imageMenu {
	position: relative;
	width: 770px;
	height: 300px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	display: block;
	height: 300px;
	width: 4750px;
	padding:0px;
	margin:0px;	
	}

#imageMenu ul li {
	float: left;
	padding:0px;
	margin:0px;
}

#imageMenu ul li a {
	text-indent: -4750px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #333;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:154px;
	height: 300px;
	padding:0px;
	margin:0px;
}

#imageMenu ul li.landscapes a {
	background: url(images/gallery_honda1.jpg) repeat scroll 70%;
}

#imageMenu ul li.people a {
	background: url(images/gallery_traverse1.jpg) repeat scroll 75%;
}

#imageMenu ul li.nature a {
	background: url(images/gallery_gmc1.jpg) repeat scroll 60%;
}

#imageMenu ul li.urban a {
	background: url(images/gallery_hummer1.jpg) repeat scroll 30%;
}

#imageMenu ul li.abstract a {
	background: url(images/gallery_cadillac1.jpg) repeat scroll 60%;
	width: 154px;
}

.clear {
	clear: both;
}

/*************************************************************/

