.magPlace{
	z-index                 : 100;
	position                : absolute;
	top:20px;
	left:280px;
	width                   : 360px;
	height                  : 300px;
	background: #ffffff;
	border:1px solid #CCCCCC;
	display:none;
    text-align: center; 
    overflow: hidden;
}

img.magMe{
	cursor:crosshair;
	position:relative;

}

.putMeImage:hover{
    cursor:pointer;
}
