/* prev / next links */
.cycle-prev, .cycle-next { 
    position: absolute;
    top: 0;
    width: 8%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 800;
    height: 100%;
    cursor: pointer;
    background-color: black !important;
}
.cycle-prev{ 
    left: 0;  
    background: url(/cdn/images/left-cycle.png) 50% 50% no-repeat;
}
.cycle-next{ 
    right: 0; 
    background: url(/cdn/images/right-cycle.png) 50% 50% no-repeat;
}
.cycle-prev:hover, .cycle-next:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
#notizia_corpo .cycle-slideshow img{
    width: 100%;
    /*margin-left: 8%;*/
}
.cycle-slideshow{
    text-align: center;
}