
.SliderArticleImage {
    margin-bottom: 20px ;
    overflow: hidden;
    position: relative;
}
.SliderArticleImage .Header{
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    /* float: left; */
    height: 30px;
    transition: all 0.8s ease 0.2s;
    background: url(images/news_title_bg.png) repeat-x scroll left top rgba(0, 0, 0, 0);
}
.SliderArticleImage .Header>span{
    color: #ffffff;
    font: bold 10pt/30px arial;
    padding-left: 10px;
}
.SliderArticleImage .ItemPanel {
    display: inline-block;
    height: 335px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.SliderArticleImage .Item {
    bottom: 0;
    float: left;
    height: 335px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.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 .Image {
    border: medium none;
}
.SliderArticleImage .Item .Title a {
    color: #000000;
    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 {
    background: url("images/transparent.png") repeat scroll left top rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    min-height: 25px;
    padding: 10px;
    position: absolute;
    text-align: justify;
    width: 98%;
    z-index: 1;
}
