@charset "utf-8"; /* CSS Document */ .flexslider { position: relative; height: 226px; width:340px; zoom: 1; float: left; margin-left: 12px;} .flexslider img { width: 340px; height:226px;} .flexslider .slides li{ width: 100%; float: left; position: relative; opacity: 0; display: block; z-index: 1;} .slider-caption{ position:absolute; left:0; bottom:0; background:#000; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; width: 100%; height: 30px;} .slider-caption h2 a{ font-size:14px; color:#fff; line-height: 30px; padding-left: 10px;} .slider-caption p{ font-size:14px; color:#fff;} .flex-direction-nav a { width: 41px; height: 41px; display:none; position:absolute; top:40%; z-index:99; text-indent:-99em;} .flex-direction-nav .flex-prev { left: -20px; background:url(../images/slide_l.png) no-repeat ;} .flex-direction-nav .flex-next { right: -20px; background:url(../images/slide_r.png) no-repeat;} /* Control Nav */ .flex-control-nav { position: absolute; bottom: 9px; right:2px; z-index:999;} .flex-control-nav li { margin: 0 2px; float:left; zoom: 1;} .flex-control-paging li a { width: 15px; height: 15px; display: block; background: #8d8584; cursor: pointer; font-size: 12px; color: #FFFFFF; text-align: center; line-height: 15px; border-radius: 8px;} .flex-control-paging li a.flex-active { background: #238c52;}