.cyclorama {
	position: relative;
	width: 100%;
	height: 540px;
	overflow: hidden;
	cursor: move;
}
.cyclorama .pan-inner {
	position: absolute;
	display: block;
	height: 540px;
	overflow: hidden;
	left: 0;
	top: 0;
}
.cyclorama .pan-content {
	float: left;
	width: 8405px;
}
.cyclorama .pan-content img {
	float: left;
}
.cyclorama .pan-left,
.cyclorama .pan-right {
	display: none;
	position: absolute;
	width: 50px;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	cursor: pointer;
	z-index: 2;
	background: rgba(255, 255, 255, 0.15);
	border: none;
	overflow: hidden;
	text-indent: -999px;
}
.cyclorama:hover .pan-left,
.cyclorama:hover .pan-right {
	display: block;
}
.cyclorama .pan-left {
	left: 0;
}
.cyclorama .pan-right {
	right: 0;
}
.cyclorama .pan-percentage {
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(204, 51, 51, 0.5);
}
.cyclorama .pan-runner {
	position: absolute;
	width: 6px;
	height: 4px;
	left: 0;
	top: 0;
	margin-left: -3px;
	background: #fff;
}