.js-img-size{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.js-img-size img {
	width: auto;
	max-width: none;
	height: 100%;
	position: absolute;
	margin: auto;
}

.js-img-size .producelink{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	bottom: 5px;
}

.js-img-size .producelink a{
	display: inline;
	font-size: 10px;
	text-decoration: underline;
	padding-right: 5px;
	color: #fff;
}

.js-img-size .producelink a:hover{
	color: #999;
}

.panorama-btn{
	height: auto;
	margin: 0 auto;
	color: #fff;
	position: absolute;
	top: 50%;
}

.panorama-btn a{
	display: block;
	font-size: 24px;
	color: #fff;
	width: 33%;
	text-decoration: none;
}

.btn_left{
	float: right;
	text-align: right;
	padding-right: 5px;
}

.btn_right{
	float: left;
	padding-left: 5px;
}