﻿/*
 * jquery.rs.carousel.css v0.11
 *
 * Copyright (c) 2013 Richard Scarrott
 * http://www.richardscarrott.co.uk
 *
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 * Depends:
 *  a basic reset + items must have width & height
 */
    
.rs-carousel-mask {
    overflow: hidden;
}
.slider_event{position:relative}
    .rs-carousel-runner {
        position: relative;list-style-type:none
    }
        
        .rs-carousel-horizontal .rs-carousel-item {
            float: left;padding:0 8px;
        }

    .rs-carousel-mask {
        position: relative;
    }

    .rs-carousel-runner {
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .rs-carousel-transition .rs-carousel-runner {
        -moz-transition: -moz-transform .400s ease;
        -webkit-transition: -webkit-transform .400s ease;
        -o-transition: -o-transform .400s ease;
        -ms-transition: -ms-transform .400s ease;
        transition: transform .400s ease;
    }
    
    .rs-carousel-action{ position:absolute;font-family:"NeoSansMedium", sans-serif; top:28px; font-size:60px;color:#1dafed;z-index:9999;width:50px;}
    .rs-carousel-action:hover{ background-color: #e2e2e2;	opacity: 0.8;font-family:"NeoSansMedium", sans-serif; }
    .rs-carousel-action-prev{
    left:-50px; border-radius: 41px 41px 41px 41px; 
    font-family: "NeoSansMedium",sans-serif;
    padding: 1px 5px 0 19px;top:173px
}
    .rs-carousel-action-next{ border-radius: 41px 41px 41px 41px; 
    font-family: "NeoSansMedium",sans-serif;
    padding: 1px 5px 0 19px;
    right: -50px;top:173px
    }
     .rs-carousel-action-disabled{ display:none}
    
    
    
    
    
    