.unslider{background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #fff;
    margin-bottom: 50px;
    position: relative;
    /*padding-bottom: 10px;*/
    text-align: center;
    text-shadow: none;
    overflow:visible;
    }

.unslider-wrap{position:relative}

.unslider-wrap.unslider-carousel>li{float:left; position:relative; height:400px;}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}

.ancs-slider {
	height: 400px;
}

.sliderImg img {
	height: 400px;
}

.unslider-arrow {
    background: rgba(0, 0, 0, 0.2) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==") no-repeat scroll 50% 50% / 7px 11px;
    border-radius: 32px;
    display: block;
    height: 32px;
    left: auto;
    margin-top: 0px;
    opacity: 0.6;
    overflow: hidden;
    right: -50px;
    text-indent: -999em;
    top: 50%;
    transition: opacity 0.2s ease 0s;
    width: 32px;
}

.unslider-arrow:hover {
    opacity: 1;
}

.unslider-arrow.next {
	position: absolute;
	right: 0px;
	margin-right: 10px;
}

.unslider-arrow.prev {
    left: -50px;
    right: auto;
    transform: rotate(-180deg);
	left: 0;
	position: absolute;
	margin-left: 10px;
}

.unslider-nav{
	left: 46%;
	margin-top: 15px;
	position: absolute;
}

.unslider-nav ol li {
/*margin-top:20px;
padding-bottom:10px;*/
box-shadow: 0 0 3pt 2pt black
}

.sliderImg {
	
    height: 400px; /* height: 360px */
    width: 395px;
}

.sliderTxt {
/*	background: rgba(241, 242, 236, 0.7) none repeat scroll 0 0; */
    background: rgba(240, 245, 251, 0.89);
    color: #1b3564;
    float: left;
    margin-top: -104px;
    padding: 10px;
    text-align: left;
/*  width: 90%; */
    width: 99%;
	position: absolute;
	bottom: 0;
}

.sliderTxt h2 {
	margin-bottom: 7px;
}

.sliderTxt a {
    color: #1b3564;
    line-height: 20px;
}

.container { 
	width: 100%; 
	height: 400px; 
	position: relative; 
}

.container img { 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0; 
}

.container .card {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #2788f2;
    content: "";
    height: 40px;
    left: calc(50% - 106px);
    opacity: 0.83;
    position: absolute;
    top: 15px;
    transition: all 0.4s ease-in-out 0s;
    width: 180px;
    z-index: 5;
	color: #2788f2;
	font-family: "Catamaran",sans-serif;
	font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    padding: 10px 15px 8px;
    text-align: center;
}

.linksRight { 
	width: 100%; 
	height: 100%;
	/* background: rgba(241, 242, 236, 0.7) none repeat scroll 0 0; */
	position: absolute; 
	top: 0; 
	/* display: none;  */
}

.linksRight ul {
	display: table-cell;
    vertical-align: middle;
	padding-top: 95px;
}

.linksRight ul li {
/*       padding: 5px 0px 5px 4px; */
/*	margin-bottom: 40px; */
/*	margin-top: 40px; */
   background: #fff none repeat scroll 0 0;
    border: 1px solid #2788f2;
    content: "";
    height: 40px;
    left: calc(50% - 106px);
    opacity: 0.83;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    width: 180px;
    z-index: 5;
	color: #2788f2;
	font-family: "Catamaran",sans-serif;
	font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    padding: 6px 15px 17px;
    text-align: center;
	margin: 5px;
}

.linksRight ul li:hover {
    background-color: #033370;
    font-weight: bold;
}

.linksRight ul li a {
/*    color: #1b3564; */
/*    font-weight: bold; */
    color: #004990;
    font-weight: bold;
    font: bold 11px Tahoma;
    background: rgba(255, 255, 255, 0.52);
    display: block;
    /* padding: 25px 0; */
    line-height: 17px;
    /* padding-left: 4px; */
}

.linksRight ul li:hover a {
/*    color: white; */
    font-weight: bold;
    background: rgb(255, 255, 255);
}
/*
.container:hover .linksRight { 
	display: table; 
}

.container:hover .card { 
	display: none; 
}*/

