@charset "utf-8";
/* CSS Document */

#gallery {
	width: 100%;
	margin: 20px auto 32px auto;
}

#skin {
	margin: 0;
	padding: 0;
	height: 300px;
	overflow: auto;
	color: #222;
	/*background: #2a3048;*/
	background: #51435d;
	width: 668px;
/*	scrollbar-arrow-color: #eeeeee;
	scrollbar-3dlight-color: #453620;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-face-color: #44545c;
	scrollbar-shadow-color: #eeeeee;
	scrollbar-darkshadow-color: #453620;
	scrollbar-track-color: #000000;
*/}

#skin ul {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	display: table-row;
}

#skin ul li {
	display: table-cell;
	padding: 0 20px;
	vertical-align: top;
}

#skin ul li img {
	border: none;
	margin: 20px 0 10px 0;
}

#gallery 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;
	}

#skin p {
	margin: 0;
	padding: 5px 0;
	font-size: 0.9em;
	color: #d9d3cb;
	}

#gallery #skin ul li p {
}
#full #wrapper #container #fullColumn #property #propertyinfo #gallery #skin ul li p {
	text-align: center;
}

