.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;
}
.myClipViewerZoomDiv img {
	/*position:relative;*/
	max-width:680px;
	max-height:680px;
}
.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;
}
.myClipViewerNav {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:35px;
	z-index:99;
	text-align:right;
}
.myClipViewerZoomButton {
	width:30px;
	height:30px;
	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 0;
}
.myClipViewerPlayButton {
	width:30px;
	height:30px;
	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:-30px 0;
}
.myClipViewerPlayButton.active {
	background-position:-60px 0;
}
.myClipViewerChange.active {
	color:#000;
}