#container #gallery{
	float: left;
	width: 635px;
	height: 340px;
	background-color: #9d3b20;
	position: relative;
}

#container #gallery img{
	border: none;
	height: 340px;
}

#container #gallery #caption{
	float: left;
	background-image: url(/images/caption-bg.png);
	background-repeat: repeat-x;
	position: absolute; left: 0px; bottom: 20px;
	padding: 7px 20px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.3em;
}

#container #thumbs{
	width: 210px;
	height: 340px;
	float: left;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
}

#container #thumbs li{
	list-style-type: none;
	height: 115px;
}

*html #container #thumbs li{
	margin-top: -3px;
	height: 110px;
}

#container #thumbs .middle-thumb{
	height: 116px;
}

#container #thumbs img{
	border: none;
}

#container #thumbs a{
	border: none;
}