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

html, body {
    height: 100%;
}

body {
    /*color: #4f4f5a;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;*/
}

#slider-wrap { 
    max-width:650px;
    margin: 100px auto;
}

#slider {
    position:relative;
    height: 200px;
    overflow: hidden;
    border:#fafafa solid 10px;
}

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

.Radio-But {
    margin-top:10px;
    text-align:center;
}

.Radio-But .ctrl-select {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("radioBg.png") center bottom no-repeat;
    margin: 2px;
    overflow: hidden;
    text-indent: -99999px;
}

.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("arrowBg.png") left center no-repeat;
    opacity: 0.5;
    z-index: 3;
    outline: none !important;
}

#prewBut { 
    left: 10px;
}

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

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