.slider{position:relative;margin:0;padding:0;display:none;max-width:100%;}
.slider li{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;overflow:hidden;position:absolute;list-style-type:none;visibility:hidden;top:0;left:0;margin:0;padding:0;}
.slider li:first-child{visibility:visible;position:static;z-index:99;}
.slider-text-container{background-color:#000;position:absolute;top:0;width:200px;}
.slider-text-portrait{background-color:#000;position:absolute;top:0;width:385px;height:100%}
.slider-txt-height{height:100%;}
.slider-text{padding:20px;}
.slider-text-right{right:0;}
.slider-text-left{left:0;}
.slider-controls{position:absolute;bottom:20px;left:50%;margin-left:-37px;}
.slider-button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;cursor:pointer;display:block;z-index:999;float:left;width:22px;height:22px;background-repeat:no-repeat;-webkit-transition:opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);-moz-transition:opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);-o-transition:opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);-ms-transition:opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);transition:opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);}
.slider-button:hover{opacity:0.65;}
.slider-left{background:url(../img/slider/slider_left.png);}
.slider-right{background:url(../img/slider/slider_right.png);margin-left:4px;}
.slider-btn-simple{float:none;position:absolute;left:20px;bottom:20px;z-index:998;}
.slider-btn-simple-right{left:inherit;right:20px;margin-left:0;}
.slider-play-pause{background:url(../img/slider/slider_pp.png);margin-left:4px;}
.slider-playing{background-position:left bottom;}
.slider-timer{border-top:1px dotted white;position:absolute;bottom:-1px;left:0;width:0;height:1px;display:block;z-index:500;}
.slider-video-play{background:url(../img/slider/slider_video.png) no-repeat;width:49px;height:49px;position:absolute;display:block;top:50%;left:50%;cursor:pointer;margin:-25px 0 0 -25px;}
.slider-video{position:absolute;top:0;left:0;}
.slider-show{background:url(../img/slider/slider_show.png) no-repeat;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;width:25px;height:168px;position:absolute;top:50%;display:block;cursor:pointer;margin-top:-84px;z-index:100;}
.slider-show-left{background-position:left bottom;}
.slider-arrow{width:8px;height:7px;position:absolute;display:block;top:50%;margin-top:-4px;background:url(../img/slider/slider_arrow.png) no-repeat;}
.slider-arrow-index{z-index:-1 !important;}
.slider-arrow-left{left:0;background-position:left bottom;-webkit-transition:left 0.2s linear;-moz-transition:left 0.2s linear;-o-transition:left 0.2s linear;-ms-transition:left 0.2s linear;transition:left 0.2s linear;}
.slider-arrow-right{right:0;background-position:left top;-webkit-transition:right 0.2s linear;-moz-transition:right 0.2s linear;-o-transition:right 0.2s linear;-ms-transition:right 0.2s linear;transition:right 0.2s linear;}
.sldr-left-active{left:7px;}
.sldr-right-active{right:7px;}
.slider-close{width:17px;height:17px;position:absolute;top:5px;right:5px;display:block;-webkit-transition:opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);-moz-transition:opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);-o-transition:opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);-ms-transition:opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);transition:opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);background:url(../img/slider/slider_close.png) no-repeat center center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}
.slider-close:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";filter:alpha(opacity=65);opacity:0.65;}
.slider-full{position:fixed;top:0;left:0;width:100% !important;height:100% !important;z-index:99999;}
.slider-video-full{width:100% !important;height:100% !important;}
.slider-video-index{z-index:99999;}
.slider-flow{overflow:hidden;}
.slider-radio-buttons{position:relative;top:-12px;left:50%;height:16px;margin-bottom:15px;}
.slider-radio{width:16px;height:16px;cursor:pointer;float:left;margin-left:3px;display:block;background:url(../img/slider/slider_radio.png) no-repeat;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}
.slider-radio-buttons span:first{margin-left:0 !important;}
.slider-radio-selected{background-position:left bottom;cursor:auto;}
@media screen and (max-width:800px){.normalize .slider{max-width:100%;}
.normalize .slider img,
.normalize .slider .thumbnail span{max-width:none;}
}
@media screen and (max-width:600px){.normalize .slider{max-width:100%;}
.normalize .slider img,
.normalize .slider .thumbnail span{max-width:none;}
}
@media screen and (max-width:320px){.normalize .slider{max-width:100%;}
.normalize .slider img,
.normalize .slider .thumbnail span{max-width:none;}
}