#main_slider {
    position: relative;
    min-height: 0}
#main_slider .thumb_slider {
    position: relative;
    min-height: 200px;
    overflow: hidden}
#main_slider .thumb_slider .thumbs {
    position: absolute;
    right: -300px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease}
#main_slider .next,#main_slider .prev {
    height: 53px;
    top: 27%;
    cursor: pointer;
    font-size: 35px;
    position: absolute;
    color: #647580;
    opacity: 1;
    transition: all .5s ease 0s}
#main_slider .next {
    right: 0}
#main_slider .next i {
    margin-top: -3px;
    margin-left: 0;
    display: block}
#main_slider .prev i {
    margin-top: -3px;
    margin-left: -3px;
    display: block}
#main_slider:hover .next,#main_slider:hover .prev {
    opacity: .8;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease}
