/* -----------------------------------------------------------------------

top.css

----------------------------------------------------------------------- */
#header {
  width: 100%;
  margin: 0;
  padding: 38px 0 0;
  overflow-x: hidden;
}

.head-inner {
  width: 980px;
  margin: 0 auto;
}

#topics dl dd ul {
  background: url(/img/bg_topics.gif) no-repeat 15px 5px;
}
#topics dl dd ul li {
  width: 797px;
  height: 28px;
  padding: 5px 43px 5px 15px;
}
#topics dl dd ul li a,
#topics dl dd ul li .no-link {
  padding: 6px 4px 6px 15px;
}

#slider {
  position: relative;
  width: 970px;
  height: 380px;
  margin: 0 auto 30px;
}

#slides {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  overflow: hidden;
  margin: 0 auto;
}
#slides .prev {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 380px;
  cursor: pointer;
  z-index: 70;
  opacity: 0;
  filter: alpha(opacity=0);
}
#slides .prev .inner {
  display: inline-block;
  width: 60px;
  height: 380px;
  background: #fff;
}
#slides .next {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 380px;
  cursor: pointer;
  z-index: 70;
  opacity: 0;
  filter: alpha(opacity=0);
}
#slides .next .inner {
  display: inline-block;
  width: 60px;
  height: 380px;
  background: #fff;
}
#slides .slides-container {
  width: 970px;
  overflow: hidden;
  position: relative;
}
#slides .slides-container a {
  width: 970px;
  height: 380px;
  display: block;
}
#slides .slides-container a img {
  display: block;
}

/* -------------------- 13.04.11 -------------------- */
#bannerArea{
overflow:hidden;
_zoom:1;
width:970px;
margin:0;
padding:0;
}
#bannerArea #bannerBox{
display:block;
float:left;
width:552px;
margin:15px 0;
padding:0;
}
#bannerArea #bannerBox ul{
margin:0 -12px 0 0;
padding:0;
}
#bannerArea #bannerBox ul li{
float:left;
display:inline;
margin:0 12px 12px 0;
padding:0;
}
#bannerArea #snsBox{
display:block;
float:right;
width:400px;
height:740px;
margin:15px 0;
padding:0;
}
#bannerArea #bannerBtm{
float:left;
display:block;
width:960px;
margin:15px 0 0;
padding:15px 0 0;
}
#bannerArea #bannerBtm ul{
margin:0 -12px 6px 0;
padding:0;
}
#bannerArea #bannerBtm ul li{
float:left;
display:inline;
margin:0 12px 0 0;
padding:0;
}
/* --------------------/13.04.11 -------------------- */

* html #slides .next,
* html #slides .prev {
  filter: alpha(opacity=1);
}

#contents {
  margin: 0 auto 100px;
}

#banners {
  margin: 0 -15px 0 0;
  padding: 30px 0 0;
}
#banners ul {
  margin: 0 -15px 0 0;
}
#banners ul li {
  float: left;
  margin: 0 15px 15px 0;
  display: inline;
}
#banners ul li a {
  display: block;
  padding: 6px;
}
#banners ul.page {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: 0;
  overflow: auto;
}
#banners ul.page li {
  float: left;
  margin: 0 0 0 8px;
  width: 11px;
  height: 10px;
}
#banners ul.page li a {
  display: block;
  width: 11px;
  height: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(/img/icon_gallery.gif) no-repeat 0 0;
  padding: 0;
  border: 0;
}
#banners ul.page li a:hover {
  background-position: 0 -10px;
}
#banners ul.page li.current a {
  background-position: 0 -10px;
}
#banners .slides-container {
  width: 980px;
  overflow: hidden;
  position: relative;
}

.clearfix, #banners ul, #banners ul.page, #bannerArea #bannerBtm ul {
  *zoom: 1;
}
.clearfix:after, #banners ul:after, #banners ul.page:after, #bannerArea #bannerBtm ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* --------------------14.10.15 -------------------- */
#feature {
  margin: 0 -20px 30px; }
  #feature .mainImages {
    position: relative;
    overflow: hidden;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 970px;
    height: 380px;
    z-index: 10; }
  #feature .slideInner {
    position: relative; }
    #feature .slideInner a {
      float: left;
      display: block; }
  #feature .control {
    position: relative; }
  #feature .thumbNails {
    position: relative;
    width: 640px;/*774px*/
    height: 113px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 10; }
    #feature .thumbNails ul {
      position: relative; }
      #feature .thumbNails ul li {
        float: left;
        padding: 0 15px; }
        #feature .thumbNails ul li a {
          display: inline-block; }
  #feature .switchBtn {
    position: absolute;
    top: 0;
    left: 50%;
    width: 970px;
    height: 113px;
    margin: 0 0 0 -485px;
    z-index: 5; }
    #feature .switchBtn li {
      position: absolute;
      top: 20px;
      width: 46px;
      height: 80px; }
      #feature .switchBtn li a {
        width: 46px;
        height: 80px;
        background-image: url(/smart_common/img/btns.gif);
        background-repeat: no-repeat;}
      #feature .switchBtn li.prev {
        left: 85px; }
        #feature .switchBtn li.prev a {
          background-position: right top; }
      #feature .switchBtn li.next {
        right: 85px; }
        #feature .switchBtn li.next a {
          background-position: left top; }
          #feature .switchBtn li a, #banners .switchBtn li a{
    display: block;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
          }
/* --------------------/14.10.15 -------------------- */