@charset "GBK";
/* CSS Document */
.benv-gallery {
  width:620px;
}
.benv-gallery, .benv-gallery * {
  margin: 0;
  padding: 0;
}
  .benv-gallery .benv-image-wrapper {
    width: 100%;
    height: 440px;
    position: relative;
    overflow: hidden;
  }
    .benv-gallery .benv-image-wrapper .benv-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
      width:620px;
    }
      .benv-gallery .benv-image-wrapper .benv-image a img {
        border: 0;
	 width:620px;
      }  
    .benv-gallery .benv-info {
      float: left;
    }
    .benv-gallery .benv-slideshow-controls {
      float: right;
    }
      .benv-gallery .benv-slideshow-controls .benv-slideshow-start, .benv-gallery .benv-slideshow-controls .benv-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .benv-gallery .benv-slideshow-controls .benv-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .benv-gallery .benv-slideshow-running .benv-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .benv-gallery .benv-nav {
  	background: url(../images/opa75.png);
  	bottom: 0px;
  	left: 0px;
  	padding: 12px 0;
    width: 100%;
    position: absolute;
    z-index: 12;
  }
    .benv-gallery .benv-forward, .benv-gallery .benv-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .benv-gallery .benv-forward, .benv-gallery .benv-back {
      height: 100px;
    }
    .benv-gallery .benv-nav .benv-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .benv-gallery .benv-thumbs .benv-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .benv-gallery .benv-thumbs li {
          float: left;
          padding: 0 9px;
        }
          .benv-gallery .benv-thumbs li a {
            display: block;
          }
            .benv-gallery .benv-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
              width:130px;
        			height:90px;
            }
            .benv-gallery .benv-thumbs li a.benv-active img {
              border: 3px solid #32a5c0;
            }
/* Can't do display none, since Opera won't load the images then */
.benv-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
.benv-gallery .shadow-layer {
	position:absolute;
	z-index:10;
	left:0;
	bottom:0;
	height:150px;
	width:100%;
	background-color:black;
	opacity:0;
	filter:alpha(opacity=0);
}
.benv-gallery .description-area {
	width:auto;
	height:32px;
	position:absolute;
	left:0px;
	bottom:110px;
	z-index:11;
	padding-left:9px;
	color:white;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	overflow:hidden;
}
