
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#gallerymenu {
	position: relative;
	width: 500px;
	height: 150px;
	overflow: hidden;
}



#gallerymenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 1000px;
	
	}

#gallerymenu ul li {
	float: left;
}

#gallerymenu ul li a {
	
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 150px;
}

.clear {
	clear: both;
}

/*************************************************************/


