.swiper-container.fotoslider{
    width:100%;
    /*max-height:270px;*/
    cursor:default !important;
}
#foto-slider .pagination-fotoslider{
    margin:0px 0px 15px 0px;
}

#foto-slider .pagination-fotoslider .swiper-pagination-switch{
    height:16px;
    width:16px;
    background-color:#00354F;
    cursor:pointer;
}

#foto-slider .pagination-fotoslider{
    box-shadow:0px;
}
.swiper-active-switch{
    background-color:#FFFFFF !important;
}
.fotoslider .swiper-slide{
    padding:0px;
}
#foto-slider .device{
    padding:0px 30px;
    /* background:#1C6399; */
	background:#000000;
    border:none;
    cursor:default;
}
.fotoslider .foto-thumb{
    padding:0px;
}
.fotoslider .foto-thumb.central{
    padding:0px 7px;
}
.fotoslider .foto-thumb.first{
    padding-right: 7px;
}
.fotoslider .foto-thumb.last{
    padding-left: 7px;
}

#view-all-fg{
    display:none;
}
@media(min-width:640px){
    #view-all-fg{
        display:block;
    }
}

#foto-slider .device .arrow-left,
#foto-slider .device .arrow-right{
    height:59px;
    width:29px;
}
#foto-slider .device .arrow-left{
    margin-left:-30px;
}
#foto-slider .device .arrow-left {
    background: url("../../img/freccia-sx.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    /*left: 7px;*/
}
#foto-slider .device .arrow-right {
    background: url("../../img/freccia-dx.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    right: -4px;
}
.foto-thumb figure img{
    /*max-width:300px;*/
    width:100%;
}
#foto-slider{
    /* background:#1C6399; */
	background:#000000;
    position:relative;
}

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

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