
/* Catalog_Product_View */
#oz-product-view{ float:left; width: 580px; margin: 0 auto; position: relative; }
#oz-product-view .oz-cont.left{width: 575px; position: relative; }
#oz-product-view .oz-cont.bg{padding:4px;}


#oz-product-view .oz-cont.right{width: 333px; }
#oz-product-view .title .oz-right{ margin: 5px 25px 0px 0px; }
#oz-product-view .media{float: left;  height: auto;  z-index: 10;}
#oz-product-view .media .vtryon {margin:10px 0px 0px 40px; display:none;}
#oz-product-view .media .small-image-list{ margin: 0px 0 0px 0px; color: #000;text-align: center;}
#oz-product-view .media .small-image-list ul{display: inline-block;}
#oz-product-view .media .small-image-list ul li{ display: inline-block; margin: 0 4px; cursor: pointer;}
#oz-product-view .media .small-image-list ul li img { max-width:50px; max-height:37px;}
#oz-product-view .media .big-image-view{  position: relative; text-align: center; margin:10px 0px 15px 0px;}
/*#oz-product-view .media .big-image-view img{ cursor: pointer; }*/
#oz-product-view .media .big-image-view .try-on{ position: absolute; right:25px; font-size: 13px; border: 2px solid #c9c9c9; color: #666666; font-weight: lighter; padding: 2px 12px; margin-top:15px; }
#oz-product-view .media .big-image-view .try-on:hover{ background-position: right top; text-decoration: none; background: #e6e6e6; border: 2px solid #e6e6e6;}
#oz-product-view .media .big-image-view .click-to { position: absolute; right: 14px; display: block; width: 126px; height: 24px; background: url("images/zoom-ico.png") no-repeat; padding: 2px 0 0 13px; }
#oz-product-view .media .big-image-view .click-to:hover{ text-decoration: none; }
#oz-product-view .big-image-box { display: table-cell; height: 100%; vertical-align: middle; }
#oz-product-view .big-image-box .preBtn{ display: inline-block; cursor: pointer; background: url("images/cos-media-pre.png") no-repeat center; width: 30px; height: 30px; position: absolute; top:50%; margin-top: -15px; z-index: 7; left: 0;}
#oz-product-view .big-image-box .nextBtn{ display: inline-block;cursor: pointer; background: url("images/cos-media-next.png") no-repeat center; width: 30px; height: 30px; position: absolute; top:50%; margin-top: -15px; z-index: 7; right: 15px;}

.bigImgBox .preBtn1{ display: inline-block; cursor: pointer; background: url("images/cos-media-pre.png") no-repeat center; width: 77px; height: 521px; position: absolute;z-index: 100; top: 72px;} 
.bigImgBox .nextBtn1{ display: inline-block;cursor: pointer; background: url("images/cos-media-next.png") no-repeat center; width: 76px; height: 521px; position: relative;z-index: 100; top: -10px;}

#oz-product-view .big-image-box .preBtn:hover{ background: url("images/cos-media-pre.png") no-repeat center;}
#oz-product-view .big-image-box .nextBtn:hover{ background: url("images/cos-media-next.png") no-repeat center; }
#oz-product-view .big-image-box .big-image-box-slider { width: 580px;display:inline-block;position:relative;overflow:hidden;cursor:pointer; }
#oz-product-view .big-image-box .big-image-box-slider-wrapper {width:2330px;position:absolute;height:290px;text-align:left;}
#oz-product-view .big-image-box .big-image-box-slider-wrapper img {float:left;}
#oz-product-view .glass-pic-btn .btn span{ padding: 5px 11px; font-size: 14px; height: 30px; line-height: 2;}
#oz-product-view .glass-pic-all  h6,#oz-product-view .small-image-list h6{ color: #666666; display:inline-block; font-size: 13px; line-height: 2; margin: 0 10px 0 0; padding: 0;}
#oz-product-view .glass-pic-all{ height: 30px; position: relative; width: 100%; margin-bottom: 19px; margin: 0 auto; text-align: center;}
#oz-product-view .small-image-list span{ font-size: 14px; border: 1px solid #fff;padding: 0; line-height: 0; display: block; opacity: 0.5;}
#oz-product-view .small-image-list span.cur{ font-size: 14px; border: 1px solid #cf0d0d; color: #fff;display: block;opacity: 1;}
#oz-product-view .small-image-list a:hover{ text-decoration: none; color: #fff;}

#oz-product-view .media .oz-block-related{ display: none;  border: none; border-top: #dddddd 1px solid; margin-top: 16px; text-align: center; }
#oz-product-view .media .oz-block-related h3{ display: inline-block; position: relative; top: -12px; padding: 0 10px; font-size: 13px; font-weight: normal; text-align: center; background-color: white; }
#oz-product-view .media .oz-block-related .block-content{ background:none; }
#oz-product-view .media .oz-block-related ol{ margin-top: -10px; }
#oz-product-view .media .oz-block-related .product-image{ border: none; width: auto; }
#oz-product-view .media .oz-block-related li.item{ display: inline-block; width: 150px; padding: 0; }




.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap div {
  float:left;
  width:100%;
  position: relative;
}
.swipe-wrap ol
{
	float:left;
	width: 100%;
	position: relative;
	display: inline-block;
	left: 36px;
}
.swipe-wrap .product-details h1{  display: inline-block;}
.swipe-wrap .product-details h2{ display: inline-block; color: #000; font-size: 14px;}


#MySlider img#photoFace{
	height: auto;
    max-height: 580px;
    width: auto;
    max-width:580px;
}    