
.SliderArticleImage {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
}
.SliderArticleImage .Header {
  background-color: #126ead;
  border-bottom: 1px solid #ddd;
  height: 30px;
  display: none;
}
.SliderArticleImage .Header span {
	color: #fff;
	display: inline-block;
	font: bold 13px/30px Arial;
	padding-left: 15px;
	text-transform: uppercase;
	white-space: nowrap;
}
.SliderArticleImage .ItemPanel {
    display: inline-block;
    height: 470px !important;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.SliderArticleImage .Item {
    bottom: 0;
    float: left;
    height: 400px !important;
    left: 0;
    position: relative;
}
.SliderArticleImage .PreButton {
    background: rgba(0, 0, 0, 0) url("images/arrows.png") no-repeat scroll left top;
    cursor: pointer;
    height: 42px;
    left: 15px;
    position: absolute;
    top: 40%;
    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: 15px;
    top: 40%;
    width: 30px;
    z-index: 2;
}
.SliderArticleImage .NextButton:hover {
    opacity: 0.8;
}
.SliderArticleImage .Item a {
    border: medium none;
    display: inline-block;
    width: 100%;
}
.SliderArticleImage .Item .Title a:hover {
    color: #049be2;
}
.SliderArticleImage .Item .Image {
    border: medium none;
    height: 350px !important;
    padding: 10px 10px 0;
}
.SliderArticleImage .Item .Title a {
    color: #0099cc;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
}
.SliderArticleImage .Item .Summary {
    color: #5c5c5c;
    font: 11pt arial;
    /* height: 100px; */
    padding-top: 5px;
    text-decoration: none;
}
.SliderArticleImage .Item .Info {
    padding: 10px;
    text-align: justify;
    /* width: 95%; */
    z-index: 1;
}

@media only screen and (max-width: 768px)
{
	div.SliderArticleImage .ItemPanel {
    height: auto !important;
}
.SliderArticleImage .Item .Image {
    border: medium none;
    height: 200px !important;
    padding: 10px 10px 0;
}
    .SliderArticleImage .Item {
        height: auto !important;
    }
}