#hero-slider {
	text-align:left; 
	/* background-color:#efefef; 
	border:1px solid #ccc; width:100%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px; */
	margin:0 auto;
	/* font-family:arial; */
}

#hero-slider .mask { 
	width: 100%;
    max-height: 960px;
    margin: 15px 0 0 10px;
    overflow: hidden;
}

#hero-slider .panel { 
	/* height: 910px;  */
	text-align: left;
	position: relative;
}

#hero-slider .panel img { 
	width: 100%;
}

#hero-slider ul {
	margin: 0;
    padding: 15px 15px 0 15px;
    list-style: none;
    /* float: left; */
    /* border-right: 1px solid #dedede; */
    /* height: 236px; */
    overflow: auto;
    display: flex;
}

#hero-slider ul li {
	margin:10px 0;
}

#hero-slider ul a {
	outline:none; 
	text-decoration: underline;
	display:block;
	width:150px; 
	height:200px; 
	text-indent:-999em;	
}

#hero-slider a {
	background-color: #e2569f;
	margin:4px;
	padding:5px;
	color: #fff;
	width:100%;
	font-size: 30px;
}
	

#hero-slider ul a.active {
	background-position: -75px;
}

.panel h2 {
	padding:15px 0 0 0;
	color:#0058a9;
}

.panel p {
	color:#fff;
}

.panel div {
	position: absolute;
    top: 30%;
    right: 0;
    width: 300px;
    padding: 20px;
    background-color: black;
    opacity: 0.7;
}

.panel div h3 {
	color:#ea328c;
}

.clear {clear:both}