#thumbnail-slider {
	height:469px;
	display:inline-block;
	padding:0px 0 0;
	position:relative;
	-webkit-user-select:none;
	user-select:none;
	width:144.5px;
	margin-right:21px;
}
#thumbnail-slider div.inner {
    border-radius: 0;
    background-color: #FFF;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: transparent;
    margin: -12px 0px 0px 0px !important;
}
#thumbnail-slider 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;
}
#thumbnail-slider ul li {
	opacity:1;
	display:block;
	margin:12px 0px 12px 0px;
	transition:all 0.5s;
	text-align:center;
	padding:0;
	position:relative;
	list-style:none;
	box-sizing:content-box;
	backface-visibility:hidden;
}
#thumbnail-slider ul li {
	width:144.5px !important;
	height:102.5px !important;
	text-align: center;
	border-radius:3px !important;
background: #FFF;
overflow: hidden;
}
#thumbnail-slider ul li.active {
	-webkit-filter:initial;
	filter:initial;
}
#thumbnail-slider li:hover {
	border-color:rgba(255, 255, 255, 0.5);
	-webkit-filter:grayscale(50%);
	filter:grayscale(50%);
}
#thumbnail-slider .thumb {
	width:100%;
	height:100%;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-color: transparent;
	background-position:center center;
	display:block;
	position:absolute;
	font-size:0;
}
#thumbnail-slider-pause-play {
	display:none;
}
#thumbnail-slider-prev, #thumbnail-slider-next {
	position: absolute;
	background-color: transparent;
	width: 100%;
	height:36px;
	line-height: 30px;
	text-align: center;
	margin: 0;
	color: #fff;
	z-index: 10;
	cursor: pointer;
	transition: opacity 0.6s;
	backface-visibility: hidden;
	border: none;
	margin: 0 auto;
	float: none;
	right: 0;
	left: 0;
	cursor: pointer;
}
#thumbnail-slider-prev {
	top:0;
	background-image: url(../images/pro-top-arw.png);
	background-position: center center;
	background-size: 36px 36px;
	background-repeat: no-repeat;
}
#thumbnail-slider-next {
	bottom:0;
	background-image: url(../images/pro-btm-arw.png);
	background-position: center center;
	background-size: 36px 36px;
	background-repeat: no-repeat;
}
#thumbnail-slider-next.disabled, #thumbnail-slider-prev.disabled {/*opacity:0.1;*/
	cursor:default;
}
#thumbnail-slider-prev:hover, #thumbnail-slider-next:hover {
	filter: invert(62%) sepia(39%) saturate(544%) hue-rotate(133deg) brightness(88%) contrast(87%);
}


