
.SliderArticleImage {
    overflow: hidden;
    position: relative;
    z-index: 1000;
    border-radius: 20px;
    border:2px dashed #f5e20d;
}
.SliderArticleImage .ItemPanel {
    display: inline-block;
    height: 359px;
    list-style: none outside none;
    margin: 0;
    border-radius: 20px;
    z-index: 1;
    width: 100%;
}
.SliderArticleImage .Item {
    bottom: 0;
    float: left;
    left: 0;
    position: absolute;
    border-radius: 20px;
    width: 100%;
}
.SliderArticleImage .PreButton {
    background: url("images/arrows.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 42px;
    left: 30px;
    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: 15px;
    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%;
    border-radius: 20px;
}
.SliderArticleImage .Item .Image {
    border: medium none;
    height: 369px !important;
    border-radius: 20px;
    width: 100%!important;
    /* vertical-align: top; */
}
.SliderArticleImage .Item .Title a {
    color: #fff;
    font: bold 18px arial;
    text-decoration: none;
    border-radius: 20px;
    text-shadow: 1px 1px #000;
}
.SliderArticleImage .Item .Summary {
    color: #FFFFFF;
    display: none;
    font: 11pt arial;
    padding-top: 5px;
    text-decoration: none;
}
.SliderArticleImage .Item .Info {
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: justify;
    width: 100%;
    z-index: 1;
}
@media only screen and (max-width: 768px){
.SliderArticleImage {        
    z-index: 1;
        }
}