@charset "GB2312";	ul.gallery
{
}
ul.gallery li
{
	display: inline;
	float: left;
	line-height: 24px;
	text-align: center;
	width: 205px;
	height: 240px;
	margin: 0 15px 10px;
}
ul.gallery .pic
{
	border: 1px solid #CCCCCC;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 3px;
	width: 197px;
}
ul.gallery .pic:hover
{
	border: 1px solid #CA0007;
}
ul.gallery .pic img
{
	display: block;
	max-width: 100%;
}
ul.gallery .name {
  display: -webkit-box;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
}
dl.gallery
{
	clear: both;
	height: 160px;
	padding-top: 20px;
}
dl.gallery dt
{
	display: inline;
	float: left;
	height: 158px;
	margin-right: 10px;
	width: 158px;
}
dl.gallery dt a
{
	border: 1px solid #CCCCCC;
	display: block;
	height: 150px;
	overflow: hidden;
	padding: 3px;
	width: 150px;
}
dl.gallery dt a:hover
{
	border: 1px solid #CA0007;
}
dl.gallery dt img
{
}
dl.gallery dd
{
	line-height: 22px;
}
dl.gallery dd h3
{
}
dl.gallery dd h3 a
{
	color: #000000;
	font-size: 14px;
}
dl.gallery dd a.details
{
	color: #4B92D4;
	display: inline;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}
dl.gallery dd a.details:hover
{
	color:#CA0007;
	text-decoration: underline;
}
#Gallery_Box
{
	background: #EEEEEE;
	height: 80px;
	padding:10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	position:relative;
	margin: 10px 10px 20px;
	overflow: hidden;
}
#Gallery_Box a.left,#Gallery_Box a.left_end,#Gallery_Box a.right,#Gallery_Box a.right_end
{
	background: url("../images/gallery/nav_thumbs.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 25px;
    outline: medium none;
    position: absolute;
    top: 36px;
    width: 14px;
}
#Gallery_Box a.left,#Gallery_Box a.left_end
{
    left: 4px;
}
#Gallery_Box a.left:hover
{
    background-position: 0 -25px;
}
#Gallery_Box a.left_end
{
    background-position: 0 -50px;
}
#Gallery_Box a.right,#Gallery_Box a.right_end
{
	background-position: -14px 0;
    right: 4px;
}
#Gallery_Box a.right:hover
{
	background-position: -14px -25px;
}
#Gallery_Box .box
{
	overflow: hidden;
	width: 688px;
}
#Gallery_Box ul
{
	width: 100000px;
}
#Gallery_Box ul li
{
	display: inline;
	float: left;
	margin: 0 3px;
}
#Gallery_Box ul li a
{
	display:block;
	border: 1px solid #EEEEEE;
	opacity:0.8;
	-webkit-touch-callout:none;
	outline:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
#Gallery_Box ul li.active a
{
	border: 1px solid #000000;
	opacity: 1;
}
#Gallery_Box ul li img
{
	display: block;
	width: 78px;
	height: 78px;
	object-fit: contain;
}
#Gallery_Show
{
	position: relative;
    text-align: center;
}
#Gallery_Pic
{
	display: block;
    position: relative;
}
#Gallery_Pic a.hide
{
	display:none;
}
#Gallery_Name
{
}
#Gallery_Show a.left,#Gallery_Show a.right
{
	background: transparent url("../images/gallery/arrow.png") no-repeat scroll 0 0;
    height: 54px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 54px;
    z-index: 9;
}

#Gallery_Show a.left
{
	left: 10px;
}
#Gallery_Show a.left:hover
{
	background-position: 0 -56px;
}
#Gallery_Show a.right
{
	background-position: -70px 0;
}
#Gallery_Show a.right:hover
{
	background-position: -69px -55px;
}


#Gallery_Left
{
	
}
#Gallery_Right
{
}
#loading
{
	background: url("../images/gallery/loading.gif") no-repeat scroll center center #000000;
	display: none;
	border-radius: 10px 10px 10px 10px;
	height: 46px;
	left: 50%;
	margin: -23px 0 0 -23px;
	opacity: 0.7;
	filter:alpha(opacity=70);
	position: absolute;
	top: 50%;
	width: 46px;
	z-index: 100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#loadingBox
{
	background: none repeat scroll 0 0 #000000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.1;
	filter:alpha(opacity=10);
	position: absolute;
	top: 0;
	width: 100%;
}