.myClipViewer {
	background: url(/tradepro/shop/layout/myClipViewerLoader.gif) no-repeat center #FFF;
	position: relative;
	margin:0;
}
.myClipViewer img {
	border:none;
}
.myClipViewerZoomDiv {
	/*	
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:999;
	background:url(/tradepro/shop/layout/myClipViewerLoader.gif) no-repeat center center #FFF;
	overflow:hidden;
	cursor:move;

	position:absolute;
	top:50%;
	left:50%;
	margin-top:-375px;
	margin-left:-340px;
	z-index:10000;
	background:url(/tradepro/shop/layout/myClipViewerLoader.gif) no-repeat center center white;
	border:1px solid #878787;
	width:680px;
	height:750px;
	overflow:hidden;
	text-align:center;
	cursor:pointer;*/
	
	position:fixed;
	top:105px;
	left:0 !important;
	width:100%;
	height:100%;
	z-index:1000;
	background:#FFF;
	overflow:hidden;
	cursor:move;
	display:none;
	text-align:-webkit-auto;
}

.myClipViewerZoomImgWrapper {
	background:url(/tradepro/shop/layout/myClipViewerLoader.gif) no-repeat center center;
	-webkit-position:absolute;
	-moz-position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}

.myClipViewerZoomDiv img {
	position:relative;
	left:0 !important;
	height:1338px;
	-moz-width:1338px;
	/*position:absolute;
	height:150%;*/
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 400ms;
	-webkit-transition-timing-function: ease-out;
	-webkit-transform: translate(50px, 0px);
	
}
.myClipViewerZoomClose {
	/*
	position:absolute;
	font-size:11px;
	font-weight:bold;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	*/
	position:fixed;
	margin-left:10px;
	font-size:11px;
	font-weight:bold;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;*/
	cursor:pointer;
	display:block;
	width:48px;
	height:48px;
	position:absolute;
	z-index:999;
	top:20px;
	right:20px;
	background:url(/tradepro/shop/layout/myClipZoomClose.png) no-repeat 0 0;
}

.myClipViewerZoomClose:hover {
	background-position:0 -58px;
}

.myClipViewerNav {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:42px;
	z-index:99;
	text-align:right;
}
.myClipViewerZoomButton {
	width:30px;
	height:40px;
	background:url(/tradepro/shop/layout/myClipViewerNav.png) no-repeat 0 -30px;
	cursor:pointer;
	display:inline-block;
	text-decoration:none!important;
	border:none!important;
	margin:0 5px 0 0!important;
}
.myClipViewerZoomButton:hover {
	background-position:0 10px;
}
.myClipViewerPlayButton {
	width:30px;
	height:40px;
	background:url(/tradepro/shop/layout/myClipViewerNav.png) no-repeat -30px -30px;
	cursor:pointer;
	display:inline-block;
	text-decoration:none!important;
	border:none!important;
	margin:0 5px 0 0!important;
}
.myClipViewerPlayButton:hover {
	background-position:-60px 10px;
}
.myClipViewerPlayButton.active {
	background-position:-60px 10px;
}*/
.myClipViewerChange.active {
	color:#000;
}