div.gallery_detail {

}

div.gallery_detail div.image {
	float: right;
}

div.gallery_detail div.image img {
	border: 2px solid #cccccc;
	margin: 2px 10px;	
}

div.gallery_detail div.property {
	margin: 5px;
}

div.gallery_detail h1.title {
	font-size: 16px;
	margin: 2px;
}

div.gallery_detail p.description {
	margin: 6px;
}

div.gallery_detail div.image_cnt {
	
}

div.gallery_detail div.image_cnt span.label {
	
}

div.gallery_detail div.image_cnt span.value {
	
}

div.gallery_detail div.gallery_tag {}

div.gallery_detail div.gallery_tag ul {
	margin: 4px;
	padding: 0px;
	padding-left: 24px;
	height: 16px;
	background: url('../../img/icon/tag_orange.png') left center no-repeat;
}

div.gallery_detail div.gallery_tag ul li {
	list-style: none;
	display: inline;
	margin: 0px;
	margin-right: 4px;
	padding: 0px;
	color: grey;
	font-size: 10px;
	letter-spacing: 1px;
}

div.gallery_view {

}

div.gallery_view ul {
	margin: 0px;
	padding: 0px;
}

div.gallery_view ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

div.gallery_view a.gallery_preview {
	border: none;
}

div.gallery_view a.gallery_preview div.gallery_frame {
	background-color: #cca98c;
	margin: 10px;
	float: left;
	position: relative;
	z-index: 100;
}

div.gallery_view a.gallery_preview:hover div.gallery_frame {
	margin: -55px -30px -55px -30px;
	z-index: 200;
}

div.gallery_view a.gallery_preview div.gallery_frame div.gallery_preview {
	width: 64px;
	height: 64px;
	width/: 78px;
	height/: 78px;
	margin: 1px;
	border: 7px solid #f8f8f8;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

div.gallery_view a.gallery_preview:hover div.gallery_frame div.gallery_preview {
	width: 150px;
	height: 200px;
	width/: 158px;
	height/: 208px;
	border: 4px solid white;
}

div.gallery_view a.gallery_preview div.gallery_frame div.gallery_preview div.gallery_preview_caption {
	width: 60px;
	width/: 64px;
	margin: 0px;
	padding: 0px 2px;
	background: #1f1105;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	position: relative;
	top: 75%;
	white-space: nowrap;
	overflow: hidden;
}

div.gallery_view a.gallery_preview:hover div.gallery_frame div.gallery_preview div.gallery_preview_caption {
	width: 140px;
	width/: 150px;
	padding: 3px 5px;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
	font-family: Arial;
	font-size: 14px;
	top: 86%;
}

.gallery_slideshow {
	margin: auto;
}

.gallery_slideshow li {
	text-align: center;	
}
