.slidebox{
width:100%;
height:218px;
position:relative;
}
.ei-slider{
	position: relative;
	width: 296px;
	height: 218px;

	margin-left:0%;

	clear:both;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background:#fff;
	color: #fff;
	text-align: center;
	line-height: 150px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
		margin-left:0%!Important;
		    -o-box-shadow: 0 0 10px #000000;
    -ms-box-shadow: 0 0 10px #000000;
    -moz-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
width: 296px!Important;
    margin-left: 0%!Important;
    max-width: none!important;
    height: 219px!Important;
}
.ei-title{
	position: absolute;
	margin-right:30px;
	margin-left:10px;
	top: 220px;
	text-align: center;
	padding:12px;

}
.ei-title h2{
	font-size: 20px;
	line-height:28px;
	font-family: 'Economica', sans-serif;
	color: #fff;
		text-shadow:0px 0px 8px rgba(0,0,0,0.8);
}
.ei-title h3{
	font-size: 23px;
	line-height: 30px;
	font-family: 'Economica', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-shadow:0px 0px 8px rgba(0,0,0,0.8);
}
.ei-title a{
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	margin-top: 15px;
	display: inline-block;
	font-weight: bold;
	line-height: 24px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor: pointer;
		text-shadow:0px 0px 8px rgba(0,0,0,0.8);
}
.ei-title a:hover{

}
.ei-slider-thumbs{
display:none!Important;
	height: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #00b4aa;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #fff ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #ababab;
}
.ei-slider-thumbs li img{
width:100px;
	position: absolute;
	bottom: 20px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


@media (max-width: 479px) and (min-width: 150px) {
.ei-slider-large li img {
    width: 166px!Important;
    margin-left: 0%!Important;
    max-width: none!important;
    height: 109px!Important;
	o-box-shadow: 0 0 10px #000000!Important;
    -ms-box-shadow: 0 0 10px #000000!Important;
    -moz-box-shadow: 0 0 10px #000000!Important;
    -webkit-box-shadow: 0 0 10px #000000!Important;
    box-shadow: 0 0 10px #000000!Important;
}
.ei-slider-large {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: 0%!Important;
    -o-box-shadow: 0 0 0px #000000!Important;
    -ms-box-shadow: 0 0 0px #000000!Important;
    -moz-box-shadow: 0 0 0px #000000!Important;
    -webkit-box-shadow: 0 0 0px #000000!Important;
    box-shadow: 0 0 0px #000000!Important;
}
.ei-slider {
margin-bottom: -0px!Important;
    margin-left: auto!Important;
    margin-right: auto!Important;
    margin-top: 0px!Important;
	    width: 166px;
    height: 218px;
}
.slidebox {
    width: 100%;
    height: 128px!Important;
    position: relative;
}
}