.product-slider {
	width: 380px;
	height: 450px;
	margin: 23px auto 0 auto;
	display: table;
	clear: both;
	position: relative;
}
#sync1 .item {
	background: #0c83e7;
	padding: 0;
	margin: 0;
	color: #FFF;
	height: 360px;
	text-align: center;
}
.thumb {
	width: 380px;
	float: left;
	
}
#sync2 .item {
	background: #fff;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	width: 64px;
	height: 64px;
	border: 1px solid #c9c9c9;
}
#sync2 .item h1 {
	font-size: 18px;
}
#sync2 .synced .item {
	background: #fff;
}
#sync2 .owl-wrapper-outer .owl-wrapper {
	width: 380px!important;
}
.preview {
	width: 380px;
	float: left;
	background: #116aab;
}
#sync2 .owl-wrapper-outer {
	width: 380px!important;
	margin: 0;
}
.thumb .owl-wrapper-outer .owl-wrapper {
	width: 80px!important;
}
.thumb .owl-carousel {
	width: 380px;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel {
	overflow: hidden;
	position: inherit;
	width: 380px;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-item{background:#fff;
	padding:8px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);}

#sync2 .owl-item{box-shadow: 0 0 0 rgba(0, 0, 0, 0.176);}

.owl-carousel .owl-item {
	float: left;
	background:#fff;
	padding:8px;
	
}
#sync2 .owl-wrapper-outer .owl-wrapper .owl-item {
	float: left;
	width: 80px!important;
	height: 80px!important;
	margin: 7px;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-buttons {
	width: 972px;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 0;
	filter: Alpha(Opacity=75);/*IE7 fix*/
	opacity: 0.75;
	text-indent: -9999px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 100;
}
.owl-prev {
	width: 8px;
	height: 12px;
	background: url(../images/gallery-left-arrow.png) left top no-repeat;
	position: absolute;
	left: -7px;
	top: 410px;
	z-index: 9;
}
.owl-next {
	width: 8px;
	height: 12px;
	background: url(../images/gallery-right-arrow.png) left top no-repeat;
	position: absolute;
	right: -18px;
	top: 410px;
	z-index: 9;
}