.SimpleRed {
    width: 844px !important;
    height: 320px !important;
    margin: auto;
}

.SimpleRed a:hover {
    text-decoration: none;
}

.SimpleRed .screen .textbox .inner-text h1 {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    display: block;
    padding-bottom: 5px;
}

.SimpleRed .thumbnails .thumb .title {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif font-size : 11px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: normal;
}

.SimpleRed .thumbnails .selected .thumb .title {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif font-size : 11px;
    color: #fff;
    font-weight: bold;
    line-height: normal;
}

.SimpleRed .thumbnails .item-over .thumb .title {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif font-size : 11px;
    color: #78B7DE;
    font-weight: bold;
    line-height: normal;
}

.SimpleRed .thumbnails .thumb p {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif font-size : 11px;
    /*color: #FFF;*/
    line-height: normal;
}

.SimpleRed .thumbnails .item-over .thumb p {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif font-size : 11px;
    color: #fff;
    line-height: normal;
}

.SimpleRed .thumbnails .selected .thumb p {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif font-size : 11px;
    color: #fff;
    line-height: normal;
}

.SimpleRed .screen .textbox .inner-text .advancedtbx {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif font-size : 11px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0;
    line-height: normal;
}

.SimpleRed {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif font-size : 12px;
    position: relative;
    width: 850px;
    height: 300px;
    overflow: hidden;
}

.SimpleRed a {
    outline: none;
}

.SimpleRed .screen {
    position: relative;
    top: 0;
    left: 250px;
    width: 430px !important;
    height: 320px !important;
    overflow: hidden;
}

.SimpleRed .main-img {
    display: none;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    z-index: 0;
    border: 0;
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.SimpleRed .textbox {
    position: absolute;
    z-index: 4;
    overflow: hidden;
    visibility: hidden;
}

.SimpleRed .inner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -moz-opacity: .70;
    filter: alpha(opacity = 70);
    opacity: .7;
    z-index: 0;
}

.SimpleRed .inner-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    color: #FFF !important;
    z-index: 1;
}

.SimpleRed #timer {
    position: absolute;
    left: 0;
    height: 4px;
    background-color: #FFF;
    -moz-opacity: .50;
    filter: alpha(opacity = 50);
    opacity: .5;
    z-index: 5;
    visibility: hidden;
    font-size: 0;
}

.SimpleRed .cpanel {
    position: absolute;
    margin: 5px 15px 5px 15px;
    z-index: 6;
    visibility: hidden;
    background: rgba(0, 0, 0, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
}

.SimpleRed #play-btn {
    position: relative;
    float: left;
    width: 22px;
    height: 22px;
    background: url("assets/play_pause.png" /*tpa=http://demo.easydnnsolutions.com/DesktopModules/EasyDNNRotator/Controls/AdvancedRotator/static/themes/SimpleRed/assets/play_pause.png*/) 0 0 no-repeat;
    cursor: pointer;
    z-index: 1;
}

.SimpleRed #play-btn.pause {
    background-position: 0 -22px;
}

.SimpleRed #num-info {
    position: relative;
    float: left;
    width: 46px;
    height: 22px;
    line-height: 22px;
    padding: 0 4px;
    text-align: center;
    color: #FFF;
    z-index: 1;
}

.SimpleRed #preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    margin-left: -18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: transparent url("assets/loader.gif" /*tpa=http://demo.easydnnsolutions.com/DesktopModules/EasyDNNRotator/Controls/AdvancedRotator/static/themes/SimpleRed/assets/loader.gif*/) no-repeat center;
    background: rgba(0, 0, 0, .7) url("assets/loader.gif" /*tpa=http://demo.easydnnsolutions.com/DesktopModules/EasyDNNRotator/Controls/AdvancedRotator/static/themes/SimpleRed/assets/loader.gif*/) center no-repeat;
    z-index: 7;
    display: none;
}

.SimpleRed .thumbnails {
    position: absolute;
    top: 0;
    left: 0;
    width: 434px !important;
    height: 318px !important;
    overflow: hidden;
    z-index: 10;
}

.SimpleRed .thumbnails ul {
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 999999px;
    margin: 0;
    padding: 0;
}

.SimpleRed .thumbnails li {
    position: relative;
    display: block;
    float: left;
    clear: both;
    height: 53px !important;
    width: 436px !important;
}

.SimpleRed .thumbnails li a {
    display: none;
}

.SimpleRed .thumbnails li div {
    position: relative;
    display: none;
    color: #FFF;
    background-color: #E3EFF7; /*Color of text box */
}

.SimpleRed #right-arrow, .SimpleRed #left-arrow {
    position: relative;
    display: block;
    float: left;
    width: 12px;
    background: #2684BF;
}

.SimpleRed #right-arrow {
    background: url("assets/right_arrow.png" /*tpa=http://demo.easydnnsolutions.com/DesktopModules/EasyDNNRotator/Controls/AdvancedRotator/static/themes/SimpleRed/assets/right_arrow.png*/) left center no-repeat;
}

.SimpleRed #left-arrow {
    /*background: url("assets/left_arrow.png") right center no-repeat;*/
    
}

.SimpleRed .thumbnails .thumb {
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
    width: 413px !important;
    height: 53px !important;
    padding: 8px 8px 8px 8px;
    color: #000;
    /*background: #EEE;
	background: -moz-linear-gradient(top, #f40707, #c00202);
	background: -webkit-gradient(linear, left top, left bottom, from(#f40707), to(#c00202));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f40707', EndColorStr='#c00202')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f40707', EndColorStr='#c00202');
	background: -ms-linear-gradient(top, #f40707 0%,#c00202 100%);*/
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0 0 1px 0;
    overflow: hidden;
}

.SimpleRed .thumb img {
    border: 2px solid #FFFFFF;
    display: block;
    float: left;
    margin-right: 5px;
}

.SimpleRed .thumb p {
    display: block;
    overflow: hidden;
    margin: 0;
}

.SimpleRed .thumbnails li.selected {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.SimpleRed .thumbnails li.square {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.SimpleRed .thumbnails li.selected, .SimpleRed .thumbnails li.selected .thumb {
    background: #78B7DE;
    background: -moz-linear-gradient(top, #6BAED8, #78B7DE);
    background: -webkit-gradient(linear, left top, left bottom, from(#6BAED8), to(#78B7DE));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6BAED8', EndColorStr='#78B7DE')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6BAED8', EndColorStr='#78B7DE');
    background: -ms-linear-gradient(top, #6BAED8 0%, #78B7DE 100%);
}

.SimpleRed .thumbnails li.selected .thumb {
    color: #FFF;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000;
    cursor: default;
    border-right-color: inherit;
    border-bottom-color: #FFFFFF;
    border-left-color: inherit;
}

.SimpleRed .thumbnails li.item-over .thumb {
    background: #78B7DE;
    color: #000;
}

.SimpleRed #scrollbar {
    position: relative;
    width: 4px;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
}

.SimpleRed #knob {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    background-color: #333;
    -moz-opacity: .75;
    filter: alpha(opacity = 75);
    opacity: .75;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.SimpleRed .btn-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    background: url("assets/spacer.png" /*tpa=http://demo.easydnnsolutions.com/DesktopModules/EasyDNNRotator/Controls/AdvancedRotator/static/themes/SimpleRed/assets/spacer.png*/) no-repeat;
    z-index: 2;
    visibility: hidden;
}

.SimpleRed #up-btn, .SimpleRed #down-btn {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 24px;
    margin-left: -30px;
    background: #DDD url("assets/d_icons.png" /*tpa=http://demo.easydnnsolutions.com/DesktopModules/EasyDNNRotator/Controls/AdvancedRotator/static/themes/SimpleRed/assets/d_icons.png*/) no-repeat;
    background: rgba(221, 221, 221, 0.7) url("assets/d_icons.png" /*tpa=http://demo.easydnnsolutions.com/DesktopModules/EasyDNNRotator/Controls/AdvancedRotator/static/themes/SimpleRed/assets/d_icons.png*/) no-repeat;
}

.SimpleRed #up-btn {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-position: center 0;
}

.SimpleRed #down-btn {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-position: center -24px;
}

.SimpleRed .block, .SimpleRed .vpiece, .SimpleRed .hpiece {
    position: absolute;
    z-index: 2;
}

.SimpleRed #strip {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}

.SimpleRed .content-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.slider_shadows_wrapper {
    position: relative;
    float: left;
}

.slider_shadows_wrapper .shadow {
    position: absolute;
    display: block;
    float: none;
}

.art-post {
    z-index: auto;
    margin: 0px;
}

.art-postcontent {
    font-family: Arial, Tahoma, Helvetica, Sans-Serif;
    line-height: 125%;
    text-align: left;
}

.art-postcontent a, .art-postcontent a:link {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    color: #3292CD;
}

.art-article img {
    margin: 0px 0px 0px 0px;
}

.news_group_slider{
    padding:10px 0 10px 0;
}

@media ( max-width : 1366px) {
    .SimpleRed .thumbnails .thumb p {
        width: 368px !important;
    }
}

@media ( max-width : 1024px) {
    .SimpleRed .thumbnails .thumb p {
        width: 324px !important;
    }
}



@media ( max-width : 823px) {
    .content-box .main-img {
        float: none !important;
        padding: 0px !important;
        left: 0 !important;
    }
    .SimpleRed {
        width: 100% !important;
    }
    .SimpleRed .screen {
        width: 100% !important;
    }
    .SimpleRed #strip {
        width: 100% !important;
    }
    .SimpleRed .content-box {
        width: 100% !important;
    }
    .SimpleRed .thumbnails {
        position: relative;
        top: -58px;
        left: 0 !important;
        width: 100% !important;
        height: 52px !important;
        overflow: hidden;
        z-index: 10;
    }
    .SimpleRed .thumbnails ul {
        position: relative;
        width: 100% !important;
    }
    .SimpleRed .thumbnails li {
        width: 100% !important;
        display: none;
    }
    .SimpleRed .thumbnails .thumb {
        width: 100% !important;
    }
    .SimpleRed .thumbnails .selected .thumb p {
        width: 100% !important;
    }
    .SimpleRed .thumbnails li.selected {
        width: 100% !important;
        display: block;
    }
    .SimpleRed .textbox {
        display: none !important;
    }
}