/* CSS Document */ .slideshow { position: relative; width:100%; background-color: #DDD; overflow: hidden; } .slideshow img { padding: 0px !important; margin: 0px!important; border: none !important; } .slideshow_slide { position:relative; width: auto; max-width: 100%; float: left; text-align: center; } .slideshow_slide_didascalia { background: rgba(0,0,0,0.5); padding: 5px; width: 100%; overflow: hidden; text-align: left; position: absolute; bottom: 0; font-size: 11px; color: #fff; text-align: left; box-sizing: border-box; height: 25px; line-height: normal; } .slideshow_sposta_indietro, .slideshow_sposta_avanti { position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; font-size: 60px; color: #000000; text-shadow: 2px 0 0 #ddd, -2px 0 0 #ddd, 0 2px 0 #ddd, 0 -2px 0 #ddd, 1px 1px #ddd, -1px -1px 0 #ddd, 1px -1px 0 #ddd, -1px 1px 0 #ddd; opacity: 0.4; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; } .slideshow_sposta_indietro { left: 0; } .slideshow_sposta_avanti { right: 0; } .slideshow_sposta_indietro:hover, .slideshow_sposta_avanti:hover { opacity: 1; } .slideshow_selectBlock { position: absolute; bottom: 0; right: 5px; text-align: center; z-index: 1; height: 25px; display: inline-flex; align-items: center; } .slideshow_select_bull { display: inline-block; cursor: pointer; margin: 0 1px; opacity: 0.4; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; width: 9px; height: 9px; background-color: #fff; border: solid 0.5px #666; } @media all and (max-width: 999px) { .slideshow_select_bull { width: 12px; height: 12px; margin: 0 2px; } } .slideshow_select_bull.slideshow_select_bull_selected { opacity: 0.7; } .slideshow_select_bull:hover { opacity: 1; }