#image-map{
	position: relative;
	float: right;
	/*margin: 14px 21px 0 0;*/
	margin: 0px 21px 0 0;
	display: inline;
	width: 293px;
	height: 55px;
}
#image-map .img-holder{
	padding:2px;
/*	border: 1px solid #cfcfcf;
	background:#fff;
*/
}

#image-map .img-holder img{
    margin-left:auto;
/*	width: 287px;
	height: 49px;
*/
}

#image-map .ui-slider-handle{
	background:url(/images/layout/zoom-part.png) no-repeat;
	width: 85px;
	height: 61px;
	float:left;
	left:0;
	position:absolute;
	top:-3px;
	z-index:1;
}
#image-map .btn-move-left{
	display:block;
	width: 22px;
	height: 33px;
	background:url(/images/layout/small-btn-left.png) no-repeat;
	float:left;
	margin: 14px 0 0;
	cursor:pointer;
}
#image-map .btn-move-right{
	display:block;
	width: 23px;
	height: 33px;
	background:url(/images/layout/small-btn-right.png) no-repeat;
	float:left;
	margin: 14px 0 0;
	cursor:pointer;
}
#image-map .zoom-part{
	background:url(/images/layout/zoom-part.png) no-repeat;
	width: 85px;
	height: 61px;
	float:left;
}
.picture {
	width: 648px;
	overflow:hidden;
	position:relative;
}
.picture img {
	position:relative;
	top: 0;
	left: 0;
}
.left-fader {
	position: absolute; 
	z-index: 1000; 
	top: 3px; 
	height: 49px; 
	width: 206px; 
	right: 4px; 
	float: left; 
	background: #000; 
	visibility: visible;
}
.right-fader {
	position: absolute; 
	z-index: 1; 
	top: 3px; 
	height: 49px; 
	width: 0px; 
	left: 4px; 
	float: left; 
	background: #000; 
	visibility: visible;
}
