@charset "UTF-8";
/* CSS Document */

  	.contentSlider {
    width: 100%;
    }
    .contentSlider,
    .contentSlider .rsOverflow,
    .contentSlider .rsSlide,
    .contentSlider .rsVideoFrameHolder,
    .contentSlider .rsThumbs {
    background: #eee;
    color: #000;
    }
    .contentSlider .rsSlide,
    .contentSlider .rsOverflow {
    background: #eee;
    height:334px;
    }
    .contentSlider h3 {
    font-size: 24px;
    line-height: 31px;
    margin: 12px 0 8px;
    font-weight:700;
    }
    .contentSlider img {
    max-width: 100%;
    height:334px;
    display: block;
    }
    .slideshow_outerbox {
    width:841px;
    height:334px;
    overflow:hidden;
    margin-bottom:30px;
    }