.exzoom {
	box-sizing: border-box;
}

.exzoom * {
	box-sizing: border-box;
	top: -31px;
}

.exzoom .exzoom_img_box {
	position: relative;
	width: 100% !important;
	height:485px !important;
}

.exzoom .exzoom_img_box .exzoom_main_img {
	display: block;
	width: 100%;
}

.exzoom .exzoom_preview {
	margin: 0;
	max-height:455px;
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 999;
	background-color: #fff;
	border: 1px solid #ddd;
	display: none;
}

.exzoom .exzoom_preview .exzoom_preview_img {
	position: relative;
	max-width: initial !important;
	max-height: initial !important;
	left: 0;
	top: 0;
}

.exzoom .exzoom_nav {
	position: relative;
	left: 15px;
}

.exzoom .exzoom_nav .exzoom_nav_inner {
	position: absolute;
	left: 0;
	top: 5px;
	margin: 0;
}

.exzoom .exzoom_nav .exzoom_nav_inner span {
	overflow: hidden;
	position: relative;
	float: left;
}

.exzoom .exzoom_nav .exzoom_nav_inner span.current {
	border: 1px solid #329DFA;
}

.exzoom .exzoom_nav .exzoom_nav_inner span img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
}

.exzoom .exzoom_btn {
	position: relative;
	margin: 0;
}

.exzoom .exzoom_btn a {
	display: block;
	width: 15px;
	height: 60px;
	position: absolute;
	left: -20px;
	top: -42px;
	color: #EF7F1B;
}

.exzoom .exzoom_btn a:hover {
	background: #f60;
	color: #fff;
}

.exzoom .exzoom_btn a.exzoom_next_btn {
	left: auto;
	right: 0;
}

.exzoom .exzoom_zoom {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 5;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.exzoom .exzoom_zoom_outer {
		display: none;
	}
}

.exzoom .exzoom_img_ul_outer {
	position: absolute;
	overflow: hidden;
	width: 100% !important;
	height: 100% !important;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
	float: left;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
	width: 100%;
}

#jquery-script-menu {
	position: absolute;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #316594;
	background: #fff;
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
	z-index: 999999;
	padding: 10px 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.jquery-script-center {
	max-width: 960px;
	margin: 0 auto
}

.jquery-script-center ul {
	width: 212px;
	float: left;
	line-height: 45px;
	margin: 0;
	padding: 0;
	list-style: none
}

.jquery-script-center a {
	text-decoration: none
}

.jquery-script-ads {
	max-width: 728px;
	height: 90px;
	float: right
}

.jquery-script-clear {
	clear: both;
	height: 0
}

#carbonads {
	display: block;
	overflow: hidden;
	max-width: 728px;
	position: relative;
	font-size: 22px;
	box-sizing: content-box
}

#carbonads>span {
	display: block
}

#carbonads a {
	color: #4078c0;
	text-decoration: none
}

#carbonads a:hover {
	color: #3664a3
}

.carbon-wrap {
	display: flex;
	align-items: center
}

.carbon-img {
	display: block;
	margin: 0;
	line-height: 1
}

.carbon-img img {
	display: block;
	height: 90px;
	width: auto
}

.carbon-text {
	display: block;
	padding: 0 1em;
	line-height: 1.35;
	text-align: left
}

.carbon-poweredby {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 600;
	font-size: 8px;
	border-top-left-radius: 4px;
	line-height: 1;
	color: #aaa!important
}

@media only screen and (min-width:320px) and (max-width:759px) {
	.carbon-text {
		font-size: 14px
	}
}

@media only screen and (max-width:1023px) {
	.jquery-script-ads {
		display: none
	}
}