@charset "UTF-8";
.span_thumb {
	/*height: 40px;*/
	width: 960px;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDEDED;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EDEDED;
	margin-right: auto;
	margin-left: auto;
}
.gallery_set {
	display:none;
}
.gallery_block {
	background-color: #EDEDED;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDEDED;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EDEDED;
}

.caption_block {
	background-color: #FFF;
	height: 20px;
	width: 950px;
	padding-top: 10px;
	padding-left: 10px;
}
.thumb_block {
	height: 40px;
	width: 40px;
	display: inline-block;
	margin-right: 1px;
	background-color: #7DB7BB;
}
.thumb_set{
	display:none;
}