@charset "UTF-8";
.gallery_item {
	width: 200px;
	text-align: center;
	margin-right: 12px;
	margin-left: 12px;
		zoom:1;
	display: inline-block;
/* Hack to get IE to render the inline block correctly. */	
	zoom:1;
*display:inline;
}
.gallery_item div {
margin-bottom: 18px;
}
.gallery_item p {margin:8px;
	line-height: 16px;
	text-align: center;
}
.ruledHeader {width: 460px;}
.ruledHeader a:link, a:visited, a:hover {
	color: #706523;
	text-decoration: none;
}

.gallery_unstyled {
	padding: 0;
}

/*.gallery_item {
		border: 1px dotted #f00;
}*/

.expandable {
	overflow: hidden;
}

.expandable_footer {
	font-style: italic;
	margin: 12px 90px 12px 12px;
	text-align: right;
}
.expandable_footer a:visited {
	color: #bf9d09;
}
