#mainContent .homeImage {
	border-bottom: 1px solid #000;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-top: 1px solid #555;
	background: url(../img/furni/indexBack.jpg) center center no-repeat;
	width: 98%;
	height: 99%;
	overflow: none;
	margin-top: 1em;
}
#mainContent ul {
		padding: 0 1%;
		margin: 0;
		width: 98%;
		height: 90%;
}
#mainContent ul li {
		display: inline;
		width: 44px;
		height: 44px;
		float: left;
		background: #333;
		border: solid 1px #000;
	}
#mainContent ul li img /* thumbs */{
		width: 44px;
		height: 44px;
	}
#mainContent ul li img:hover {
	opacity:0.5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}
#mainContent ul li.year {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	line-height: 2.5em;
	overflow:hidden;
	border: solid 1px #603;
	background: #603;
}