/* Product Images */
*{
	margin:0;
	padding:0;
	}
.product-view .product-img-box {
	float: left;
	width: 910px;
	position: relative;
}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom {
	position: relative;
	width: 910px;
	height: 620px;
	overflow: hidden;
	z-index: 9;
	background-color: #FFF;
}
.product-view .product-img-box .product-image-zoom img {
	position:absolute;
	left:0px;
	top:0px;
	cursor:move;
}
.product-view .product-img-box .zoom-notice {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	margin-bottom: 8px;
}
.product-view .product-img-box .zoom {
	position:relative;
	z-index:9;
	height:18px;
	margin:0 auto 0px;
	padding:0 28px;
	background:url(../slider_bg.gif) 50% 50% no-repeat;
	cursor:pointer;
	background-color: #FFF;
}
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:33px; height:8px; background:url(../magnifier_handle.gif) 0 0 no-repeat; margin-top:6px;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2{color:#FFF; text-transform:uppercase; font-size:1.09em; margin-bottom:28px;}
.product-view .product-img-box .more-views ul { margin-left:-20px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 20px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .a-right{padding:15px 0;}
.product-image-popup .nav { text-align:center; padding:15px 0;}
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}
