
.SliderArticleImage {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
        border: 1px solid /*#00519b*/ #0088d2;
        border-radius: 7px;
        min-height:540px;
}
.SliderArticleImage .Header {
    	height: 30px;
     	background: /*#00519b*/ #0088d2;
        border: 1px solid  /*#00519b*/ #0088d2;
        border-top-left-radius: 7px;
   	 	border-top-right-radius: 7px;
}
.SliderArticleImage .Header span {
    	font-weight: bold;
        color: white;
        line-height: 30px;
        padding-left: 27px;
        font-size: 14px;
        text-transform: uppercase;
}
.SliderArticleImage .Header span::before {
    	width: 46px;
    height: 30px;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
	background: url(/gov-lan/5949/logo/header-white-icon.png) no-repeat 5px center;
}
.SliderArticleImage .ItemPanel {
    display: inline-block;
    height: 500px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.SliderArticleImage .Item {
        top: 0;
    bottom: 0;
    float: left;
    left: 0;
    right: 0;
    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 .Title a:hover {
    color: #0072BA;
}
.SliderArticleImage .Item .Image {
    border: medium none;
    height: 508px !important;
     object-fit: cover !important;
}
.SliderArticleImage .Item .Title a {
    color: #000;
    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 {
    bottom: -10px;
    left: 0;
    padding: 10px;
    background-color: #eeeeee;
    color: Black;
    font: bold 10pt Arial;
    margin-bottom: 0;
    opacity: 0.7;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 1;
}
