/* Template */

.news_preview_images_box {
	float:left;
	width:178px;
	margin-right:19px;
	margin-bottom:20px;
	padding:0px;
	border-color:#CCC;
	border-width:1px;
	border-style:solid;
	background-color:#F3F3F3;
}
.news_preview_images_box:hover {
	border-color:#A7A7A7;
}
.news_gallery_images_box_middle {
	width:auto;
	margin-right:0.1em;
	margin-left:0.1em;
	margin-bottom:4px;
	border-color:#999;
	border-width:1px;
	border-style:solid;
	background-color:#CCC;
	text-align:center;
}
.news_preview_images {
	height:100px;
	padding:1px;
	background-color:#FFF;
	overflow:hidden;
	text-align:center;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #CCC;
	border-left-color: #E9E9E9;
}
.news_images_jshowoff_box {
	height:258px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	border-color:#999999;
	border-width:0px;
	border-style:solid;
	background-color:#FFF;
	width:100%;
}
.news_images_jshowoff {
	padding:12px;
	border-color:#E9E9E9;
	border-width:0px;
	border-style:solid;
	height:232px;
	overflow:hidden;
	width:auto;
	margin:auto;
}
.news_images_jshowoff_image {
	border: 1px solid #DBDBDB;
}
.news_detail_image_box {
	float:left;
	padding:0x;
	margin-right:24px;
	background-color:#FFF;
	border: 0px solid #DDD;
	
}
.news_detail_image_space {
	padding:8px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;	
}
.news_detail_image {
	padding:6px;
	border: 6px solid #DDD;
	background-color:#FFF;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}
.news_detail_text {
	font-size: 14px;
	line-height: 1.5em;
}
