.SliderArticleImage {
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
}
.SliderArticleImage .Header{
        background: #3d91db;
        height: 35px;
}
.SliderArticleImage .Header .Text{
        color: white;
        display: inline-block;
        font: bold 14px / 35px arial;
        padding: 0px 10px 0px 10px;
        text-transform: uppercase;
}
.SliderArticleImage .ItemPanel {
        display: inline-block;
        height: 222px;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
}
.SliderArticleImage .Item {
        bottom: 0;
        float: left;
        left: 0;
        position: absolute;
}
.SliderArticleImage .PreButton {
        background: url("images/arrows.png") no-repeat scroll left top rgba(0, 0, 0, 0);
        cursor: pointer;
        height: 42px;
        left: 4px;
        position: absolute;
        top: 40%;
        width: 30px;
        z-index: 2;
}
.SliderArticleImage .PreButton:hover {
        opacity: 0.8;
}
.SliderArticleImage .NextButton {
        background: url("images/arrows.png") no-repeat scroll right top rgba(0, 0, 0, 0);
        cursor: pointer;
        height: 42px;
        position: absolute;
        right: 4px;
        top: 40%;
        width: 30px;
        z-index: 2;
}
.SliderArticleImage .NextButton:hover {
        opacity: 0.8;
}
.SliderArticleImage .Item a {
        border: medium none;
        display: inline-block;
        height: 100%;
        width: 100%;
}
.SliderArticleImage .Item .Title a:hover {
        color: #0072BA;
}
.SliderArticleImage .Item .Image {
        border: medium none;
        height: 222px !important;
}
.SliderArticleImage .Item .Title a {
        color: #000;
        font: bold 10pt arial;
        text-decoration: none;
}
.SliderArticleImage .Item .Summary {
        color: #ffffff;
        display: none;
        font: 11pt arial;
        padding-top: 5px;
        text-decoration: none;
}
.SliderArticleImage .Item .Info {
        bottom: 0;
        left: 0;
        min-height: 20px;
        max-height:35px;
        padding: 10px;
        background-color: #eeeeee;
        color: Black;
        font: bold 10pt Arial;
        margin-bottom: 0;
        opacity: 0.7;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
        display: none;
}
@media only screen and (max-width: 768px){
        .ArticleSlider {
                margin-bottom: 5px;
                padding: 0 10px !important;
                width: 100vw;
        }
}
