.js-photostack{
	position: relative;
	padding: 0;
	margin: 0 auto;
}
.js-photostack li{
	cursor: pointer;
}
.js-photostack > *{
	position: absolute;
	top: 0;
	left: 0;
	list-style-type: none;
}
.js-photostack img{width: 100%;border: 6px solid #ffffff;box-shadow: 0 0 3px 2px #cecece;}