div.content {
	display: block;
	}
div.caption {
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
}

div#gallery_full_img {
	clear: both;
	margin-bottom: 11px;
	border: 2px solid #c0b7ae;
	position: relative;
}
div#gallery_full_img img { 
	width: 365px;
	height: auto;
}


div#gallery_loading {
	background-image: url('/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 365px;
	height: 275px
}


ul.thumbs {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.thumbs li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 2px 2px 0;
	list-style: none;
}
a.thumb {
	display: block;
}

a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: 1px solid #eae6dc;
	display: block;
	float: left;
	margin: 0;
}
ul.thumbs li.selected img {
	border-color: #954a00;
}

#gallery_controls { text-align: right; margin-bottom: 4px; }
#gallery_controls a {
	padding: 2px 8px;
	color: white;
	background: #a85b00;
	margin-left: 5px;
	font-size: 11px;
}
#gallery_controls a:hover { color: white; background: #5e320e; text-decoration: none; }

