.videos {
	position: relative;
	height: 100%;
}
.videos .swiper-slide {
	height: 160px;
	width: 273px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.videos .swiper-slide img{
	width: 200px;
	margin: 8% 13%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.videos .swiper-slide-active {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-size: auto 100%;
}
.videos .swiper-slide-active img{
	width: 100%;
	margin: 0;
}

.videos .swiper-slide-active img{
	width: 100%;
	opacity: 1;
}
.fade_left{
	height: 100%;
	width: 20px;
	background: url(../img/fade_l.png) repeat-y;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}
.fade_right{
	height: 100%;
	width: 20px;
	background: url(../img/fade_r.png) repeat-y;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
}
#videos_youtube{
	height: 100%;	
}
#videos_youtube h2{
	color: #F60;
	float: left;
	margin-bottom: 60px;
}
.aver{
	background-color: #ff6600;
	position: relative;
	bottom: 21px;
    color: white;
    float: right;
    padding: 2px 2px 2px 5px;
    position: relative;
    width: 25%;
	display: none;
}
.active{
	display: block;
}
.oof{
	right: 38px;
	bottom: 10px;
}

.playbtn{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	height: 50px;
	background: #ff6600;
	top: 46%;
	color: white;
	border-radius: 50px;
	cursor: pointer;
	margin-left: -60px;
}

.playbtn:hover{
	background: #FF7700;
	text-decoration: none;
}

.playbtn img{
	bottom: 37px;
    position: relative;
    right: -56px;
    width: 23px;
}

.playbtn .fade_left{
	z-index: 0;
	position: relative;
	left: 22px;
}

.playbtn .b{
	background: #000;
	height: 100%;
	width: 22px;
	position: absolute;
}