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

	Image Menu
	v 2.2

**************************************************************/
#imageMenu {
	position: relative;
	width: 750px;
	height: 480px;
overflow:hidden;
margin: 0px auto 0px auto;
border: 2px solid #fff;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 480px;
	width: 1800px;
	text-indent: 0;
	padding: 0;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:148px;
	height: 480px;

}

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

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

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

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

#imageMenu ul li.theguestbook a {
	background: url(../images/splash_the_guestbook.jpg) repeat scroll 0%;
	width: 820px;
	
}

.clear {
	clear: both;
}

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

