﻿.video_con,.pic_con {
  background: url(images/video_con_bg.png) 1px 1px no-repeat;
  border: 1px solid #ccc;
  padding-bottom: 45px;
}

.video_con .hd,.pic_con .hd {
  height: 40px;
  overflow: hidden;
  line-height: 40px;
}

.video_con .hd span,.pic_con .hd span {
  padding-left: 34px;
  background: url(images/dot1311.gif) 15px 1px no-repeat;
}

.video_con .bd .title h1 {
  color: #fff;
  font-size: 18px;
  font-family: "黑体";
  text-align: center;
  padding: 30px 0;
  line-height: 24px;
}

.video_con .bd .video_info,.pic_con .bd .pic_info {
  height: 29px;
  width: 950px;
  margin: 0 auto 40px;
  border-top: 1px dotted #cdcdcd;
  border-bottom: 1px dotted #cdcdcd;
  line-height: 30px;
  text-align: left;
  color: #ababab;
}

.pic_con .bd .pic_info .bd {
  margin: 0 auto 15px;
}

.video_con .bd .video_info span {
  padding: 0 8px;
}

.vd_intro {
  width: 950px;
  margin: 50px auto 0;
  border-top: 1px dotted #cdcdcd;
}

.picture_info {
  width: 950px;
  margin: 0 auto;
  border-top: 1px dotted #cdcdcd;
}

.picture_info .hd {
  width: 950px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
}

.picture_info .hd h3 {
  font-size: 20px;
  padding-left: 32px;
  background: url(images/tu_icons.png) 0 center no-repeat;
  color: #fff;
  line-height: 50px;
}

.picture_info .bd {
  line-height: 24px;
  color: #fff;
  font-size: 14px;
}

#gallery {
  width: 950px;
  padding: 15px 0;
  margin: 0 auto;
}

#container {
  background: #e1eef5;
  width: 950px;
  margin: 0 auto;
}

#descriptions {
  position: relative;
  height: 50px;
  background: #EEE;
  margin-top: 10px;
  width: 640px;
  padding: 10px;
  overflow: hidden;
}

#descriptions .ad-image-description {
  position: absolute;
}

#descriptions .ad-image-description .ad-description-title {
  display: block;
}

.ad-gallery {
  width: 980px;
}

.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}

.ad-gallery .ad-image-wrapper {
  width: 100%;
  height: 650px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.ad-gallery .ad-image-wrapper .ad-loader {
  position: absolute;
  z-index: 10;
  top: 48%;
  left: 48%;
  border: 1px solid #CCC;
}

.ad-gallery .ad-image-wrapper .ad-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 100;
}

.ad-gallery .ad-image-wrapper .ad-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 100;
}

.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
/* Or else IE will hide it */
  background: url(images/non-existing.jpg)\9
}

.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
  background-image: url(images/autoPlayIcon.png);
  background-position: -112px 0;
  width: 45px;
  height: 99px;
  display: none;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 101;
}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
  background-image: url(images/autoPlayIcon.png);
  background-position: -158px 0;
  width: 45px;
  height: 99px;
  right: 0;
  left: auto;
}

.ad-gallery .ad-image-wrapper .ad-image {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9;
}

.ad-gallery .ad-image-wrapper .ad-image a img {
  border: 0;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 7px;
  text-align: left;
  width: 100%;
  z-index: 2;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='images/opa75.png');
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
  display: block;
}

.ad-gallery .ad-controls {
  height: 20px;
}

.ad-gallery .ad-info {
  float: left;
}

.ad-gallery .ad-slideshow-controls {
  float: right;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
  padding-left: 5px;
  cursor: pointer;
  width: 31px;
  height: 28px;
  overflow: hidden;
  display: block;
  float: left;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start {
  background: url(images/play_bt.png) no-repeat;
}

.ad-slideshow-stop {
  background: url(images/stop_bt.png) no-repeat;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
  border: 1px solid #c3c3c3;
  padding: 0px 10px;
  height: 26px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  background: url(images/bt_bg.png) repeat-x;
  color: #F00;
}

.ad-gallery .ad-slideshow-running .ad-slideshow-start {
  background: url(images/playing_bt.png) no-repeat;
}

.ad-all {
  position: relative;
  height: 130px;
}

.nph_set_prev,.nph_set_next {
  width: 110px;
  overflow: hidden;
  height: 130px;
  display: block;
  position: absolute;
}

.nph_set_prev a,.nph_set_next a {
  display: block;
  width: 110px;
  text-align: center;
  height: 100px;
  color: #fff;
}

.nph_set_prev {
  left: 0;
  top: 0;
}

.nph_set_next {
  right: 0;
  top: 0;
}

.nph_set_prev img,.nph_set_next img {
  width: 104px;
  height: 79px;
  border: none;
  background: url(images/bg14.png) no-repeat;
  border: 3px #999 solid;
}
.nph_set_prev img:hover,.nph_set_next img:hover{
  border-color: #dfdfdf;
}

.nph_set_title {
  margin: 0 auto;
  width: 950px;
  padding: 20px 0 0px 0;
}

.nph_set_title h1 {
  font-size: 24px;
  font-family: "黑体";
  float: left;
  color: #fff;
}
.pic_info{
  color: #ababab;
  font-size: 12px;
  text-align: left;
}

.nph_set_title .topNum {
  float: left;
}

.nph_set_title .topNum label {
  padding-left: 5px;
  color: #999;
}

.nph_set_title .topNum label strong {
  font-size: 20px;
  color: #f00;
}

.nph_set_title .upTime {
  padding-left: 10px;
  color: #888;
  line-height: 26px;
}

.ad-gallery .ad-nav {
  width: 600px;
  margin: 0 auto;
  position: relative;
}

.ad-gallery .ad-forward, .ad-gallery .ad-back {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
}
/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward, .ad-gallery .ad-back {height: 100px;}
.ad-gallery .ad-back {
  cursor: pointer;
  left: -20px;
  width: 13px;
  display: block; 
  background:#dfdfdf url(images/ad_scroll_back.png) 0px 32px no-repeat; 
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  height: 78px;
}
.ad-gallery .ad-forward{
  cursor: pointer;
  display: block;
  right: -20px;
  width: 13px; 
  background:#dfdfdf url(images/ad_scroll_forward.png) 0px 32px no-repeat;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  height: 78px;
}
.ad-gallery .ad-nav .ad-thumbs{overflow:hidden;width:100%;}
.ad-gallery .ad-thumbs .ad-thumb-list{float:left;width:9000px;list-style: none;}
.ad-gallery .ad-thumbs li{float: left;padding-right:5px;}
.ad-gallery .ad-thumbs li a{display: block;}
.ad-gallery .ad-thumbs li a img{border: 3px solid #909090;display: block;}
.ad-gallery .ad-thumbs li a.ad-active img {border: 3px solid #dfdfdf;}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {position: absolute;left: -9000px;top: -9000px;}
.ad-thumb-list li img{ height:78px;}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description{
  padding: 0px;
}
.ad-description-title{
  padding: 10px;
  font-weight: normal;
}
.ad-image img {
    vertical-align: middle;
    margin: auto;
    max-width: 950px;
    max-height: 650px;
}