.swiper-container.videoslider{
    width:100%;
    /*max-height:270px;*/
    cursor:default !important;
}
#video-slider .pagination-videoslider{
    margin:0px 0px 15px 0px;
}
#view-all-vg{
    display:none;
}
@media(min-width:640px){
    #view-all-vg{
        display:block;
    }
}
#video-slider .pagination-videoslider .swiper-pagination-switch{
    height:16px;
    width:16px;
    background-color:#A40000;
    cursor:pointer;
}
#video-slider .pagination-videoslider{
    box-shadow:0px;
}
.videoslider .foto-thumb{
    padding:0px;
}
.videoslider .foto-thumb.central{
    padding:0px 7px;
}
.videoslider .foto-thumb.first{
    padding-right: 7px;
}
.videoslider .foto-thumb.last{
    padding-left: 7px;
}
.swiper-active-switch{
    background-color:#FFFFFF !important;
}
.videoslider .swiper-slide{
    padding:0px;
}
#video-slider .device{
    padding:0px 30px;
    /* background:#000000; */
	background:#1C6399;
    border:none;
    cursor:default;
}
.videoslider .foto-thumb{
    padding:0px;
}
.videoslider .foto-thumb.item-1,
.videoslider .foto-thumb.item-2{
    padding-right:7.5px;
}
.videoslider .foto-thumb.item-2,
.videoslider .foto-thumb.item-3{
    padding-left:7.5px;
}
#video-slider .device .arrow-left,
#video-slider .device .arrow-right{
    height:59px;
    width:29px;
}
#video-slider .device .arrow-left{
    margin-left:-30px;
}
#video-slider .device .arrow-left {
    background: url("../../img/freccia-sx.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    /*left: 7px;*/
}
#video-slider .device .arrow-right {
    background: url("../../img/freccia-dx.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    right: -4px;
}
.video-thumb figure img{
    /*max-width:300px;*/
    width:100%;
}
#video-slider{
    /* background:#000000; */
	background:#1C6399;
    position:relative;
}

.video-thumb .title{
    max-width:300px;
    height:4em;
    margin-top:5px;
}
.channel-logo{
    padding-left:30px;
}
#video-slider .header{
    line-height:67px;
    padding-right:30px;
}

#video-slider .player{
    left: 50%;
    margin-left: -90px;
    margin-top: -94px;
    position: absolute;
    top: 50%;
}
