@charset "utf-8";

/* photo.css Document */

.HS15 {
  overflow: hidden;
  clear: both;
}

.HS10 { height: 10px; }

.HS15 { height: 15px; }

.Hidden { display: none; }

.Clearer {
  display: block;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
}

.FlLeft { float: left; }

.FlRight { float: right; }

/*幻灯片区域背景*/
.MainBg {
  background-color: #1f1f1f;
  width: 924px;
  height: 538px;
  *height:560px;
  margin: 0 auto;
}

/*标题和页码*/
.Title {
  color: #EEE;
  padding: 5px 20px 0 20px;
  text-align: center;
  line-height: 40px;
  height: 40px;
}

.Title h1 { display: inline; }

.Title .Counter { color: #666; }

.Title .CounterCurrent {
  color: #C00;
  font-size: 20px;
  font-weight: bold;
}

/*灰色分隔线*/
.SpaceLine {
  border-bottom: 1px solid #333;
  height: 1px;
  font-size: 1px;
}

/*大图展示区域*/
.OriginalPicBorder { padding: 7px 7px 0 7px; }

#OriginalPic {
  width: 910px;
  height: 442px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 12px;
}

#OriginalPic > p span.pic-textBg {
  color: #fff;
  font-size: 13px;
  /*
	background-color:#000;
    background:rgba(0, 0, 0, 0.4)!important; 
    filter:alpha(opacity=40); 
	*/
  display: block;
  position: absolute;
  z-index: 999;
  padding: 15px;
  width: 100%;
 *width:910px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  bottom: 0px;
}

#OriginalPic > p span.pic-textBg span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
*width:910px;
  height: 100%;
  z-index: -1;
  background: #000;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
}

#OriginalPic img {
  display: block;
  margin: 0 auto;
}

/*鼠标手势*/
.CursorL {
  position: absolute;
  z-index: 999;
  width: 50%;
  height: 442px;
  cursor: pointer;
  left: 0;
}

.CursorR {
  position: absolute;
  z-index: 999;
  width: 50%;
  height: 442px;
  cursor: pointer;
  right: 0;
}

/*小图预览和滑动*/
.SliderPicBorder {
  width: 114px;
  height: 600px;
  overflow: hidden;
}

.Summary {
  line-height: 20px;
  display: block;
  width: 100px;
  margin-right: 10px;
  color: #999;
  overflow: hidden;
  background-color: #333;
  padding: 10px;
}

.More {
  text-align: right;
  color: #666;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  display: block;
}

.ThumbPicBorder {
  width: 910px;
  margin: 10px auto 0;
}

#ThumbPic img {
  border: 1px solid #000;
  cursor: pointer;
  background-color: #666;
  margin: 0 7px;
  width: 128px;
  height: 70px;
  display: block;
}

#ThumbPic img.active { border: 1px solid #c2a95f; }

.jCarouselLite { 
width: 853px!important; 
*width: 838px!important;
*margin-top:10px;
}
