/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay{position: absolute;top: 0;left: 0;z-index: 9990;width: 100%;height: 500px;}
#jquery-lightbox{position: absolute;top: 0;left: 0;width: 100%;z-index: 10000;text-align: center;line-height: 0;}
#jquery-lightbox a img{border: none;}
#lightbox-container-image-box{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}#lightbox-container-image{padding: 10px;}
#lightbox-loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#lightbox-nav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#lightbox-container-image-box > #lightbox-nav{left: 0;}
#lightbox-nav a{outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext{width:1px;height: 100%;zoom: 1;display: block;}
#lightbox-nav-btnPrev{left: 0;float: left;}
#lightbox-nav-btnNext{right: 0;float: right;}
#lightbox-container-image-data-box{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;overflow: auto;width: 100%;padding: 0 10px 0;}
#lightbox-container-image-data{padding: 0 10px;color: #666;}
#lightbox-container-image-data #lightbox-image-details{display:none;width: 70%;float: left;text-align: left;}
#lightbox-image-details-caption{font-weight: bold;}
#lightbox-image-details-currentNumber{display: block;clear: left;padding-bottom: 1.0em;}
#lightbox-secNav-btnClose{width: 66px;float: right;padding-bottom: 0.7em;}

/*仅拷贝这里*/
/*******************gallery*******************/
.album{padding-top:30px;}
.album .m-gallery .ad-image-wrapper{width: 620px;min-height:450px;_height: 450px;}
.album .m-gallery .ad-nav{width:620px;}
.m-gallery h1{padding:5px 0;margin-bottom:10px;line-height:24px;text-align:center;font-size:24px;font-weight:normal;font-family:'microsoft yahei';}
.m-gallery{}
.m-gallery .ad-gallery{margin-bottom:10px;}
.m-gallery .ad-image-wrapper {position: relative;width:100%;min-height:450px;_height: 450px;margin-bottom: 10px;margin-left:auto;margin-right:auto;}
.m-gallery .ad-image-wrapper .ad-loader {position: absolute;z-index: 10;top: 48%;left: 48%;border: 1px solid #CCC;}
.m-gallery .ad-image-wrapper .ad-next,
.m-gallery .ad-image-wrapper .ad-prev{display:none;position: absolute;top: 0;width: 10%;height: 100%;cursor: pointer;display: block;z-index: 100;}
.m-gallery .ad-image-wrapper .ad-next {right:0;}
.m-gallery .ad-image-wrapper .ad-prev {left:0;}
.m-gallery .ad-image-wrapper .ad-prev .ad-prev-image,
.m-gallery .ad-image-wrapper .ad-next .ad-next-image {background: url(../images/ad/ad-debtn.gif) left center no-repeat;width: 54px;height: 87px;position: absolute;top: 40%;_top:200px;left: 0;z-index: 101;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.m-gallery .ad-image-wrapper .ad-next .ad-next-image {right: 0;left: auto;background: url(../images/ad/ad-debtn.gif) right center no-repeat;}
.m-gallery .ad-image-wrapper .ad-image {display:block;position: absolute;overflow: hidden;top: 0;left: 0;z-index: 9;}
.m-gallery .ad-image-wrapper .ad-image a img {border: 0;}
.m-gallery .ad-image-wrapper .ad-image .ad-image-description {display:none;position: absolute;bottom: 0;left: 0px;padding:10px;font-size:12px;color:#FFF;font-family:"microsoft yahei";text-align: left;width: 80%;z-index: 2;}
.m-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {display: block;}
.m-gallery .ad-controls {display:none;width:90%;margin:0 auto;}
.m-gallery .ad-info {float: left;}
.m-gallery .ad-slideshow-controls {float: right;display:none;}
.m-gallery .ad-slideshow-controls .ad-slideshow-start,
.m-gallery .ad-slideshow-controls .ad-slideshow-stop {padding-left: 5px;cursor: pointer;}
.m-gallery .ad-slideshow-controls .ad-slideshow-countdown {padding-left: 5px;font-size: 0.9em;}
.m-gallery .ad-slideshow-running .ad-slideshow-start {cursor: default;font-style: italic;}
.m-gallery .ad-nav {height:64px;position: relative;}
.m-gallery .ad-forward, .m-gallery .ad-back {display: block;position: absolute;top:50%;height:63px;width: 20px;margin-top:-31px;cursor: pointer;z-index: 10;}
.m-gallery .ad-back {left:0;background:#666 url(../images/ad/ad-btn.gif) -20% center no-repeat}
.m-gallery .ad-forward {right:0;background:#999 url(../images/ad/ad-btn.gif) 120% center no-repeat;}
.m-gallery .ad-forward:hover, .m-gallery .ad-back:hover{}
.m-gallery .ad-nav{padding:15px 20px;margin:0 auto;overflow:hidden;}
.m-gallery .ad-nav .ad-thumbs {overflow: hidden;width:100%;margin:0 auto;}
.m-gallery .ad-thumbs .ad-thumb-list {float: left;width: 9000px;list-style: none;}
.m-gallery .ad-thumbs li {position:relative;float: left;_width:80px;display:inline-block;*display:inline;*zoom:1;height:64px;}
.m-gallery .ad-thumbs li a{display: inline-block;}
.m-gallery .ad-thumbs li a img {border: 2px solid #999;display: block;height:60px;_width:80px;margin:0 5px;}
.m-gallery .ad-thumbs li a.ad-active img {border: 2px solid #ffb400;}
.m-gallery .ad-thumbs li .ad-name{position:absolute;bottom:0;left:0;width:100%;color:#FFF;background:url(../images/ad-namebg.png) repeat;text-align:center;}
.m-gallery .ad-thumbs li .ad-text{display:none;}
.m-gallery .cnt-tt{height:30px;line-height:30px;font-size:14px;border-bottom:1px dotted #999999;color:#333;font-family:'microsoft yahei';}
.m-gallery #cnt-gay{width:100%;margin:0 auto 10px auto;padding:10px 0;line-height:24px;font-size:12px;text-align:justify;}
.m-gallery .detail-page{padding:20px 10px;border-top:1px dotted #999;}
.m-gallery .detail-page .page-text{width:48%;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.m-gallery .detail-page .page-text a{}
.m-gallery .detail-page .page-text a:hover{color:#1f92df;text-decoration:none;}
.m-gallery .detail-page .right{text-align:right;}