
.SliderArticleImage {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.SliderArticleImage .ItemPanel {
    display: inline-block;
    height: 303px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.SliderArticleImage .Item {
    bottom: 0;
    float: left;
    left: 0;
    width:100%;
    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 .Image {
    border: medium none;
    height: 300px !important;
}
.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: 50px;
    padding: 10px;
    position: absolute;
    text-align: justify;
    width: 100%;
    z-index: 1;
}
