/* Michael Cottrell Furniture Style Sheet for Gallery*/

@charset "utf-8";

#photo_strip {
	width: 100%;
	margin: 20px auto 20px auto;
	}

#container {
	margin: 0;
	padding: 0;
	height: 360px;
	overflow: auto;
	color: #222;
	background: #453620 url(../images/feature.gif) repeat-x center;
	}

#container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	display: table-row;
	}

#container ul li {
	display: table-cell;
	padding: 0 20px;
	vertical-align:top;
	}

#container ul li img {
	border: 1px solid #000000;
	margin: 20px 0 10px 0;
	}
	
#photo_strip h1 {
	text-align: center;
	padding: 0;
	margin: 0;
	width: 630px;
	height: 38px;
	line-height: 35px;
	color: #555;
	font-weight: normal;
	font-size: 20px;
	border-bottom: 1px solid #888;
	}

#container p {
	margin: 0;
	padding: 5px 0;
	font-size: 11px;
	}
	
#content #photo_strip #container ul li p {
	color: #DAD0C5;
}
