#thumbs2{
	height:300px;
	display:inline-block;
	background-color:#fff;
	box-shadow:0 1px 11px rgba(0,0,0,.2);
	padding:16px;
	position:relative;
	-webkit-user-select:none;
	user-select:none
}
#thumbs2 div.inner{
	width:auto;
	padding:2px;
	height:100%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	margin:0 auto
}
#thumbs2 div.inner ul{
	position:relative;
	left:0;
	top:0;
	list-style:none;
	font-size:0;
	padding:0;
	margin:0;
	float:left!important;
	width:auto!important;
	height:auto!important
}
#thumbs2 ul li{
	display:block;
	border:4px solid transparent;
	outline:1px solid transparent;
	margin:0;
	margin-bottom:3px;
	box-sizing:content-box;
	text-align:center;
	padding:0;
	position:relative;
	list-style:none;
	backface-visibility:hidden
}
#thumbs2 ul li.active{
	outline-color:#000
}
#thumbs2 li:hover{
	border-color:rgba(255,255,255,.5)
}
#thumbs2 .thumb{
	width:100%;
	height:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	position:absolute;
	font-size:0
}
#thumbs2-pause-play{
	display:none
}
#thumbs2-next,#thumbs2-prev{
	position:absolute;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:0;
	z-index:10;
	cursor:pointer;
	transition:opacity .6s;
	backface-visibility:hidden
}
#thumbs2-prev{
	top:-36px
}
#thumbs2-next{
	bottom:-36px
}
#thumbs2-next.disabled,#thumbs2-prev.disabled{
	opacity:.1;
	cursor:default
}
#thumbs2-next::before,#thumbs2-prev::before{
	position:absolute;
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	margin-left:-20px;
	border-left:4px solid #000;
	border-top:4px solid #000
}
#thumbs2-prev::before{
	top:12px;
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
#thumbs2-next::before{
	bottom:12px;
	-ms-transform:rotate(135deg);
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg)
}
.glow{
	font-size:80px;
	color:#fff;
	text-align:center;
	-webkit-animation:glow 1s ease-in-out infinite alternate;
	-moz-animation:glow 1s ease-in-out infinite alternate;
	animation:glow 1s ease-in-out infinite alternate
}
@-webkit-keyframes glow{
	from{
		text-shadow:0 0 10px #fff,0 0 20px #fff,0 0 30px #e60073,0 0 40px #e60073,0 0 50px #e60073,0 0 60px #e60073,0 0 70px #e60073
	}
	to{
		text-shadow:0 0 20px #fff,0 0 30px #ff4da6,0 0 40px #ff4da6,0 0 50px #ff4da6,0 0 60px #ff4da6,0 0 70px #ff4da6,0 0 80px #ff4da6
	}
}