﻿
.slide_code{margin:0 auto;width:340px;height: 220px;padding-top:10px;}
.slide_code img{width:340px;}
.orbit-wrapper { position: relative; margin: 0 auto;height:260px; }
#featured { position: relative; width: 340px; height: 220px; overflow: hidden; background: #fff url(loading.gif) 50% no-repeat; }
.orbit > img { display: none; position: absolute; top: 0; left: 0; border: 0 none; }
.orbit > a { display: none; position: absolute; top: 0; left: 0; line-height: 0; border: 0 none; }
.orbit > div { position: absolute; top: 0; left: 0; width: 100%; height: 100% }
.orbit-item { background-color: #f5f5f5; }

/* 标题 */
.orbit-caption { position: absolute;display: none; bottom: 0px; left: 0px;z-index: 10; width: 100%;height: 22px; font: 12px/14px "Microsoft Yahei"; text-align: center; color: #fff; background: rgba(0,0,0,.6);padding-top:8px;}

/* 导航 */
.orbit-bullets { position: absolute;z-index: 1000;right: 35%;padding-top:15px;}
.orbit-bullets li { float: left; margin: 0 5px; cursor: pointer; width: 10px; height: 10px; overflow: hidden; text-indent: -9999px; background-color: #333; }
.orbit-bullets li.active { background-color: #1d5690; }
.orbit-bullets li.has-thumb { background: none; width: 100px; height: 75px; }
.orbit-bullets li.active.has-thumb { background-position: 0 0; border-top: 2px solid #000; }
.slider-nav { display: block }
.slider-nav span { 
opacity:0.8;
filter:alpha(opacity=80); /* 针对 IE8 以及更早的版本 */

width: 40px; height: 75px; text-indent: -9999px; position: absolute; z-index: 1000; bottom: 40%; cursor: pointer; }
.slider-nav span.right { background: url(arrow.png) 55px 0px; right: 0; }
.slider-nav span.left { background: url(arrow.png) -15px 0; left: 0; }
.slider-nav span.right:hover { background-position: 55px bottom; }
.slider-nav span.left:hover { background-position: -15px bottom; }


