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