.page-content {
    float: none;
    min-height: 100px;
    width: 100%;
}
.row_9 {
    clear: both;
    min-height: 100px;
}
#PowerSlider1Container {
    width: 2000px;
}
#PowerSlider1 {
    width: 2000px;
}
#PowerSlider1_back_in {
    width: 75px;
}
#PowerSlider1_next_in {
    width: 75px;
}
@media only screen and (min-width : 768px) {
    .page-content {
        min-height: 100px;
        width: 100%;
    }
    .row_9 {
        clear: both;
        min-height: 100px;
        width:auto;
    }
    #PowerSlider1 .customImage2 {
        width: 1023px;
    }
    #PowerSlider1 .customImage3 {
        width: 768px;
    }
    #PowerSlider1 .customImage1 {
        width: 1023px;
    }
}
@media only screen and (min-width : 1024px) {
    .page-content {
        min-height: 100px;
    }
    .row_9 {
        width: auto;
    }
    #PowerSlider1 .customImage2 {
        width: 1024px;
    }
    #PowerSlider1 .customImage3 {
        width: 768px;
    }
    #PowerSlider1 .customImage1 {
        width: 2000px;
    }
}