﻿
.ei-slider{
position:relative;
width:100%;
height:350px;
margin:30px auto 0 auto;
box-shadow:0 0 5px #aaa;
}

.ei-slider-loading{
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index:999;
color:#fff;
text-align:center;
line-height:250px;
background:#fff url(../img/loading.gif) center center no-repeat;
}

.ei-slider-large{
height:100%;
width:100%;
position:relative;
overflow:hidden;
}

.ei-slider-large li{
position:absolute;
top:0;
left:0;
overflow:hidden;
height:100%;
width:100%;
}

.ei-slider-large li img{
width:100%;
}

.ei-title{
visibility:hidden;
}

.ei-slider-thumbs{
height:8px;
margin:0 auto;
position:relative;
}

.ei-slider-thumbs li{
position:relative;
float:left;
height:100%;
}

.ei-slider-thumbs li.ei-slider-element{
top:0;
left:0;
position:absolute;
height:100%;
z-index:10;
text-indent:-9999px;
background:#f47721;
}

.ei-slider-thumbs li a{
display:block;
text-indent:-9999px;
background:#fafaf8;
width:100%;
height:100%;
cursor:pointer;
box-shadow:0 0 5px #aaa;
-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:#ccc;
}
