.SliderArticleImage {
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
}
.SliderArticleImage .ItemPanel {
        display: inline-block;
        height: 310px;
        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  a .Image {
        border: medium none;
        height: 320px !important;
        object-fit: contain;
}
.SliderArticleImage .Header {
        display: none;
}
.SliderArticleImage .Item .Title a {
        color: #000;
        font: bold 11pt arial;
        text-decoration: none;
        line-height: 1.4;
}
.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;
}
