/* Elastislide Style */
.es-carousel-wrapper{padding:6px 130px;position:relative;position:relative;}
.es-carousel{overflow:hidden;}
.es-carousel ul{ height:90px;}
.es-carousel ul{display:none;}
.es-carousel ul li{height:100%;float:left;display:block;}
.es-carousel ul li a{display:block;border-style:solid;border-color:#666;opacity:0.8;-webkit-touch-callout:none;/* option */-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;  padding:9px 8px; width:112px; height:75px; text-align:center
}
.es-carousel ul li a:hover{ background:url(../images/selected.jpg) no-repeat}
.es-carousel ul li.selected a{border-color:#222;opacity:1.0; background:url(../images/selected.jpg) no-repeat}
.es-carousel ul li a img{border:none; height:75px;}
.es-nav span{position:absolute;top:0;left:0px;background:transparent url(../images/left.gif) no-repeat top left;width:29px;height:105px;text-indent:-9000px;cursor:pointer;opacity:0.8;}
.es-nav span.es-nav-next{right:0px;left:auto;background:transparent url(../images/right.gif) no-repeat top right;}
.es-nav span:hover{opacity:1.0;}