/* -- Gallery Styles -- */
#thumbnails ul {
	margin: 0;
	padding: 0;
	list-style: none;}
	
#thumbnails li {
	position: relative;
	float: left;
	margin: 2px 4px 2px 0;
	padding: 4px;
	width: 122px;
	overflow: hidden;
	text-align: center;
	background: #fff;
	border: 1px solid #e3cfb2;}
#thumbnails li .title {
	display: block;
	height: 3em;
	}

#thumbnails li a, #thumbnails li a img {
	height: 85px;
	border: none;}
	