@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');


#slider-wrap { 
    max-width:730px;
    margin: 0 auto;
}

#slider {
    position:relative;
    height: 273px;
    overflow: hidden;
    border:#fafafa solid 0px;
}

.slide {
    width:100%;
    height: 100%; 
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 0px;
}

.Radio-But {
    margin-top: -50px;
    margin-left: 550px;
}

.Radio-But .ctrl-select {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(img/radioBg1.png) center bottom no-repeat;
    margin: 4px;
    overflow: hidden;
    text-indent: -99999px;
    z-index: 99999;
    position: relative;
}

.Radio-But .ctrl-select:hover {
    cursor: pointer;
    background-position: center center;
}

.Radio-But .ctrl-select.active{
    background-position: center top;
}

#prewBut, #nextBut{
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-indent: -99999px;
    background: url(img/arrowBg.png) left center no-repeat;
    opacity: 0.5;
    z-index: 3;
    outline: none !important;
}

#prewBut { 
    left: 10px;
}

#nextBut {
    right: 10px;
    background: url(img/arrowBg.png) right center no-repeat;
}

#prewBut:hover, #nextBut:hover {
    opacity: 1;
}
