﻿#gallery { padding: 0px;}

.ad-gallery {
  width: 1000px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 780px;
    height: 585px;
    position: relative;
    overflow: hidden;
	margin-bottom:20px;
	margin-right: 35px;
	float: left;
	border: 1px solid #cccccc;
	padding:5px;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;

    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
	  display:block;
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      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(../non-existing.jpg) \9;
	  display:none;
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_prev.png);
        width: 36px;
        height: 103px;
        display: none;
        position: absolute;
        top: 190px;
        left: 20px;
        z-index: 999;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_next.png);
        width: 36px;
        height: 103px;
        right: 20px;
        left: auto;

      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
	  padding:5px;
    }
      .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: url(opa75.png);
        color: #000;
		display:block;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
	display:none;
  }
    .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;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    float: left;
  }
  
  .ad-gallery .ad-nav .ad-thumbs {
      width: 80px;
    }
  
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 5;
      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: 25px;
      width: 30px;
      display: none;
      background: url(ad_scroll_back.png) no-repeat;
	  top:40px;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: none;
      right: 25px;
      width: 30px;
      background: url(ad_scroll_forward.png) no-repeat;
	  top:40px;
    }
    
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding:0 20px 20px 0;
		  width:70px;
		  height:70px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
				border:none;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
            }
/* Can't do display none, since Opera won't load the images then */
.pr_album_detail {
    display: block;
    left: 260px;
    overflow: hidden;
    position: relative;
    top: -70px;
    width: 480px;
    z-index: 99;
}
.pr_album_detail {
    display: block;
    overflow: hidden;
    width: 400px;
}
.pr_album_detail ul.title {
    margin: 0;
    padding: 0;
}
.pr_album_detail ul.title li {
    border-bottom: 1px solid #9B6948;
    color: #222222;
    display: block;
    float: left;
    font-family: "微軟正黑體";
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px;
    width: 400px;
}
.pr_album_detail ul.title li span {
    color: #9B6948;
    font-family: "微軟正黑體";
    font-size: 24px;
    font-weight: bold;
    padding-left: 5px;
}
.pr_album_detail ul.detail {
    margin: 0;
    padding: 0;
}
.pr_album_detail ul.detail li {
    color: #555555;
    display: block;
    float: left;
    padding: 10px 0 0;
    width: 400px;
}
.pr_album_detail ul.detail li span{
    color: #333333;
	font-size: 15px;
    display: block;
    float: left;
    padding: 10px 0 0;
    width: 400px;
	font-weight: bold;
}

.pr_album_detail ul.more {
    margin: 0;
    padding: 0;
}
.pr_album_detail ul.more li {
    background: url("../_img/01_product/icon.gif") no-repeat scroll right 7px rgba(0, 0, 0, 0);
    color: #9B6948;
    display: block;
    float: left;
    margin: 10px 0 0;
    padding: 0 10px 0 0;
}
.pr_album_detail ul.more li a {
    color: #9B6948;
}
.pr_album_detail ul.more li a:hover {
    color: #9B6948;
}
.pr_detail_imgs {
    float: left;
    height: 405px;
    width: 1000px;
}
.pr_detail_content {
    float: left;
    width: 1000px;
}
.pr_detail_content .out {
    position: relative;
    width: 1000px;
}
.pr_detail_content .out .edit {
    width: 1000px;
    z-index: 20;
}
.pr_detail_content .out .botton {
    position: absolute;
    right: 0;
    top: 0;
    width: 245px;
    z-index: 21;
}
.pr_detail_content .out .botton ul {
}
.pr_detail_content .out .botton li.btn01 {
    background: none repeat scroll 0 0 #BD8F71;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 40px;
    margin-right: 5px;
    width: 140px;
}
.pr_detail_content .out .botton li.btn01 a {
    color: #FFFFFF;
    display: block;
    font-family: 微軟正黑體,新細明體,"Microsoft JhengHei","微軟正黑體";
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 140px;
}
.pr_detail_content .out .botton li.btn01 a:hover {
    background: none repeat scroll 0 0 #9B6948;
}
.pr_detail_content .out .botton li.btn02 {
    background: none repeat scroll 0 0 #9B6948;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 40px;
    width: 100px;
}
.pr_detail_content .out .botton li.btn02 a {
    color: #FFFFFF;
    display: block;
    font-family: 微軟正黑體,新細明體,"Microsoft JhengHei","微軟正黑體";
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100px;
}
.pr_detail_content .out .botton li.btn02 a:hover {
    background: none repeat scroll 0 0 #775137;
}

.ad-preloads {
    left: -9000px;
    position: absolute;
    top: -9000px;
}