.zl-sl-wraper {	 
	overflow: hidden;
}

.zl-sl-carousel {
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
}

.zl-sl-slide {	
	display: block;
	position: relative;
	opacity: 100;
	width: 100%;
	height: 100%;
	overflow: hidden;	
	background-color: white;	
}



.zl-sl-div-img-float {
	display: block;
	width: 100%;
	height: auto;
	max-height: 100%;
}

.zl-sl-div-img-float img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto;
}

.zl-sl-slide__text-container {
	display:block;
	position: absolute;
	font-weight: bold;
	float: left;
	bottom: 5%;
	width: auto;
	height: auto;
	max-width: 80%;
}

.zl-sl-slide__text-container-left {
	left: 0;
}

.zl-sl-slide__text-container-right {
	right: 0;
}

.zl-sl-slide__border {
	background-color: rgba(30,82,132,0.9) ;
	width: auto;
	height: auto;
	max-height: 40%;
	font-size: 1.4em;
	padding: 0 20px;
}

.zl-sl-slide__border-left {
	border-radius: 0 20px 20px 0;
	padding-left: 30px;
}

.zl-sl-slide__border-right {
	border-radius: 20px 0 0 20px;
	padding-right: 20px;
}


.zl-sl-slide__container-title {
	display: block;
	position: relative;
}

.zl-sl-slide__container-introduction {
	display: block;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 40%;
}

.introduction-left {
	padding-right: 40px;
	float: left;
}

.introduction-right {
	padding-left: 40px;
	float: right;
}

.zl-sl-slide__container-introduction-content {
	padding: 10px 20px;
	display: block;
	position: relative;
	width:auto;
	height:auto;
	background-color: rgba(1,174,240,0.9) ;
	margin:0;
}

.zl-sl-slide__container-introduction-content span:hover {
	text-decoration: none;
	color:#666666;
}
	
.zl-sl-slide__container-introduction-content span {
	display: block;
	margin:auto;
	text-align: justify;
	color: #ffffff;
}

.zl-sl-slide__container-introduction-arrow {
	display: block;
	position: absolute;
	top:0;
	width: 25px;
	height: 100%;
}

.introduction-arrow-left {
	display: block;
	right:-20px;
	border-radius: 0 5px 10px 0;
	background: rgba(255,92,19, 1) url("../images/arrow_left.jpg") scroll no-repeat left center;
}

.introduction-arrow-right {
	display: block;
	left:-20px;
	border-radius: 5px 0 0 10px;
	background: rgba(255,92,19, 1) url("../images/arrow_right.jpg") scroll no-repeat left center;
}

.zl-sl-slide a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.zl-sl-div-desc {
	overflow: hidden;	
}
.zl-sl-slide__container-title h3:hover {
	text-decoration: none;	
}
	
.zl-sl-slide__container-title h3 {
	display: block;
	margin: 0;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	color: #ffffff;
}

.zl-sl-slide__container-introduction h5 a{
	color: #ffffff;
	font-size: 0.8em;
}	

.zl-sl-slide__container-introduction h5 a:hover {
	text-decoration: none;
	color: #666666;	
}

.zl-sl-slide__container-introduction h5 {
	margin: 5px;
	text-align: right;
	color: #ffffff;
}

.zl-sl-slide__container-introduction-date {
	text-align: left;
	margin:5px auto;
	font-size: 0.8em;
	display: block;
	position: absolute;
	color: #ffffff;
}

.slider-portlet .carousel menu {
    background: rgba(255,255,255,.9) none repeat scroll 0 0;
    top: 6px;
    bottom:inherit;
    list-style: outside none none;
    margin: 0;
    padding: 3px;
    position: absolute;
    left: 6px;
    right:inherit;
    z-index: 4;
}

 .slider-portlet .carousel-menu-active {
 	background: #009ae5 none repeat scroll 0 0;
 	border-color: #000;
 }

 .slider-portlet .carousel-item {
	display: none;
}

.slider-portlet .carousel-item-active {
	display: block;
}


.slider-portlet .carousel-menu-item {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0);
	color: #ffffff;
}

.slider-portlet .carousel-menu-item:hover,
.slider-portlet .carousel-menu-item:focus {
	border-color: #ffff00;
}

.slider-portlet menu button {
    border-radius: 9px;
}

.slider-portlet .carousel-menu-next, 
.slider-portlet .carousel-menu-play, 
.slider-portlet .carousel-menu-pause, 
.slider-portlet .carousel-menu-prev {
	width: 20px;
	height: 20px;
}