.wp360{
	max-width:  100%;
	position:  relative;
	height:  500px;
	width:  500px;
	margin:  0 auto;
}

.wp360 img{
	display: block;
	position: absolute;
	top: 0;
	left:  0;
	display:  none;
	z-index:  2;
	width:  100%;
	height:  500px;
	width:  auto;
}

.wp360 img:first-child{
	position: relative;
	display: block;
	z-index:  1;
}