#admin_morphing_Wrapper{
	position: relative;
	float: left;
	clear: left;
	width: 600px;
	height: 650px;
	margin: 30px 0;
}

#morphing_Wrapper{
	position: relative;
	float: left;
	clear: left;
	width: 600px;
	height: 650px;
	margin-top: 20px;
	margin-left: 180px;
}

#morphing_Wrapper img,
admin_morphing_Wrapper img{
	width: 600px;
}

#morphing1{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 600px;
	height: 650px;
	overflow: hidden;
}

#morphing2{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 300px;
	height: 650px;
	overflow: hidden;
	border-right: solid 1px #eee;
}

#morphing2 img{
	position: absolute;
	z-index: 1;
}
#handle{
	position: absolute;
	z-index: 20;
	top: 50%;
	right: 0;
	margin-top: -40px;
	width: 8px;
	height: 80px;
	background: #eee url(../Images/resize_handle.png) no-repeat 50% 50%;
	border-radius: 2px 0 0 2px;
	box-shadow: -1px 0 2px #000;
	cursor: move;
	color: #000;	
}