.SliderArticleImage span.new {
    background: rgba(0, 0, 0, 0) url(images/moi.gif) no-repeat scroll right top;
    color: transparent;
    display: inline-block;
    height: 16px;
    width: 33px;
    z-index: 2;
}
.SliderArticleImage {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 5px 5px 9px #ececec;
    padding:5px;
}
.SliderArticleImage .ItemPanel {
    display: inline-block;
    height: 400px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.SliderArticleImage .Item {
    bottom: 0;
    float: left;
    height: 390px !important;
    left: 0;
    position: relative;
    box-sizing: content-box;
    overflow: hidden;
}
.SliderArticleImage .PreButton {
    background: rgba(0, 0, 0, 0) url("images/arrows.png") no-repeat scroll left top;
    cursor: pointer;
    height: 42px;
    left: 11px;
    position: absolute;
    top: 30%;
    width: 30px;
    z-index: 2;
}
.SliderArticleImage .PreButton:hover {
    opacity: 0.8;
}
.SliderArticleImage .NextButton {
    background: rgba(0, 0, 0, 0) url("images/arrows.png") no-repeat scroll right top;
    cursor: pointer;
    height: 42px;
    position: absolute;
    right: 11px;
    top: 30%;
    width: 30px;
    z-index: 2;
}
.SliderArticleImage .NextButton:hover {
    opacity: 0.8;
}
.SliderArticleImage .Item a {
    border: medium none;
    display: inline-block;
    width: 100%;
    height: 335px;
    overflow: hidden;
}
.SliderArticleImage .Item .Title a:hover {
    color: #cc0000;
}
.SliderArticleImage .Item .Image {
    border: medium none;
    height: auto !important;
    padding: 0;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.SliderArticleImage .Item .Title a {
    color: #cc0000;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}
.SliderArticleImage .Item .Summary {
    color: #3c3c3c;
    font-size: 14px;
    height: 100px;
    padding-top: 5px;
    text-decoration: none;
}
.SliderArticleImage .Item .Info {
    padding: 10px 0;
    text-align: left;
    width: 99%;
    z-index: 1;
}
@media only screen and (max-width: 768px){
	.SliderArticleImage .Item a{
    	height: unset;    
    }
}