@charset "utf-8";
/* CSS Document */

/* General Demo Style */
.animaHome ol, .animaHome ul {
	list-style:none;
	margin:0;
	padding:0;
}
.animaHome{
	position: relative;
	width: 100%;
}

.ei-slider{
	position: relative;
	width: 890px;
	max-width: 890px;
	height: 280px;
	margin: 0;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: #dee3a9;
	color: #90996e;
	text-align: center;
	line-height: 280px;
}

.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	right: 44%;
	margin-right: 13%;
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: left;
	margin:0;
	padding:0;
}
.ei-title h2{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-style: italic;
	color: #b5b5b5;
}
.ei-title h3{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #000;
	font-weight: normal;
	width: 350px;
	font-size:14px;
	padding-top:15px;
	line-height:18px;
}
.ei-slider-thumbs{
	width: 88px;
	height: 13px;
	margin: 0;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 22px;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 22px;
	height: 22px;
	z-index: 10;
	/*text-indent: -9000px;*/
	background: transparent;
	border-bottom:2px solid #d6d6c4;
}
.ei-slider-thumbs li a{
	display: block;
	/*text-indent: -9000px;*/
	font-size:12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-decoration:none;
	background: #e9e9da;
	text-align:center;
	width: 22px;
	height: 22px;
	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;
	color:  #666;
}
.ei-slider-thumbs li a:hover{
	background-color: #d6d6c4;
	color:#000;
	height:22px;
}
.ei-slider-thumbs li img{
	display: none;
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 22px;
	-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: 22px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}