﻿/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}
#sync1 {
	padding: 10px 0;
	border: solid 1px #ddd;
}
#sync1:hover {padding: 10px;}
#sync1 .item .pic_a img {
	position: relative;
	display: block; 
	width: 95%;
}
#sync2 {
	margin: 15px auto;
}
#sync2 .owl-nav.disabled {display: block;position: relative;}
#sync2 .owl-item .item {transition: .5s;border: solid 2px transparent;}
#sync2 .owl-item:hover .item {border: solid 2px #fd8605;}
#sync2 .current .item { border: solid 2px #fd8605;}
#sync2 .owl-next {width:33px!important; height:33px!important; border-radius:100px; text-align:center}
#sync2 .owl-prev {width:33px!important; height:33px!important; border-radius:100px; text-align:center}
#sync2 .owl-next {font-size:20px}
#sync2 .owl-prev {font-size:20px}
#sync2 .owl-nav button.owl-next, #sync2 .owl-nav button.owl-prev {
    border: solid 1px #dedede;
    background: #fff;
    border-radius: 0;
    color: #8b8b8b;
    position: absolute;
    top: -60px;
    bottom: auto;
    outline: 0;
    border-radius: 100%;
    transition: .5s;
}
#sync2 .owl-nav button.owl-next:hover, #sync2 .owl-nav button.owl-prev:hover {
	color: #fff;
	border: solid 1px #fd8605;
	background: #fd8605;
}
#sync2 .owl-nav button.owl-prev {
	left: 0;
	right: auto;
}
#sync2 .owl-nav button.owl-next {
	left: auto;
	right: 0;
}
