/* Add here all your css styles (customizations) */

.my_slider{
    background-color: black;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
    -moz-border-radius:5px !important;
    -webkit-border-radius:5px !important;
    border-radius:5px !important;
    background: rgba(0,0,0,.5);
}

.my_slider1{
    
}