#msd-pagination-slider {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
}
#msd-pagination-slider::after {
	content: ' ';
	display: block;
	overflow: hidden;
	clear: both;
}

.main-view {
	width: calc(71% - 20px);
	float: right;
	padding: 10px;
	margin-top: 30px;
}
.thumb-view-wrapper {
	width: 29%;
	float: left;
}
.main-img-inner-wrapper .big-img-iframe {
  float: left;
  width: 100%;
}
.thumb-view-wrapper img {
	width: calc(50% - 17px);
	float: left;
	margin: 5px;
	cursor: pointer;
	display: none;
	border: 1px solid transparent;
}
.thumb-view-wrapper img.active {
	border: 1px solid #fff;
}
.thumb-view-wrapper img:nth-child(odd) {
	margin: 5px 5px 5px 10px;
}
.thumb-view-wrapper img:nth-child(even) {
	margin: 5px 10px 5px 5px;
}
.thumb-view-wrapper img:nth-child(1),
.thumb-view-wrapper img:nth-child(2) {
	margin-top: 10px;
}
.thumb-view-wrapper img:nth-child(9),
.thumb-view-wrapper img:nth-child(10) {
	margin-bottom: 10px;
}

.main-view-nav {
	position: absolute;
	right: 10px;
	top: 10px;
}
.main-view-nav a {
	color: #ddd;
	margin-left: 20px;
	text-decoration: none;
}
.main-view-nav a:hover {
	color: #fff;
}

.thumb-pagination {
	position: absolute;
	left: 10px;
	top: 10px;
}
.thumb-pagination::after {
	content: ' ';
	display: block;
	overflow: hidden;
	clear: both;
}
.thumb-pagination a {
	color: #b3b3b3;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
.thumb-pagination a.active {
	color: #fff;
}
.thumb-pagination a:hover {
	color: #fff;
}
.thumb-wrapper {
	margin-top: 30px;
}
.thumb-wrapper::after {
	content: ' ';
	display: block;
	overflow: hidden;
	clear: both;
}

.main-img-wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.main-img-inner-wrapper {
	width: 1600%;
}
.main-img-inner-wrapper::after {
	content: ' ';
	display: block;
	overflow: hidden;
	clear: both;
}

.thumb-pagination div {
	float: left;
	color: #fff;
	cursor: pointer;
}
.pagination-num {
	width: 132px;
	overflow: hidden;
	position: relative;
}

.msd-slider-loader {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 99;
}
.msd-slider-loader img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	margin: auto;
}