.wrapper{position: relative;}
.topLine .topLineInner{width: 100%;}

.page-title{ border-bottom: 1px solid #dcdcdc; padding: 20px;}
.page-title .left{float: left;}
.page-title .left h2{font-size: 36px; font-weight: bold; line-height: 1; padding-bottom: 15px; text-align: justify;}
.page-title .left .pic-info, .page-title .left .pic-info a{color: #666666; line-height: 1; font-size: 14px;}
.page-title .left .pic-info a:hover{text-decoration: underline;}
.page-title .right{float: right;}
.page-title .right .searchBig{font-size: 0; width: 280px;}
.page-title .right .searchBig input[type="text"]{
    width: 230px;
    *width: 220px;
    font-size: 12px;
    line-height: 28px;
    *line-height: 24px;
    padding:0 3px;
    color: #dcdcdc;
    background-color: #fafafa;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    border-radius: 5px;
    float: left;
    -moz-box-sizing : border-box ;
    -webkit-box-sizing : border-box ;
    box-sizing : border-box ;
    height : 28px ;
    *height : 24px ;
    display: inline-block;
    *display: inline;
    *zoom:1;
}
.page-title .right .searchBig button[type="submit"]{
    background: none;
    padding: 0;
    border: none;
    width: 26px;
    line-height: 28px;
    height: 28px;
    font-size: 24px;
    text-align: right;
    float: right;
    display: inline-block;
    *display: inline;
    *zoom:1;
}
.page-title .right .searchBig input[type="text"]:focus, .aside .searchBig button[type="submit"]:focus{outline: none;}
.page-title .right .searchBig input[type="text"]:focus{border-color: #000;}



.galleryPage{ position: relative; height: 1000px; margin: 20px 0;}
div#container {
    overflow: hidden;
}
.galleryPage div.content {
    position: absolute;
    height: 100%;
    width: 80%;
    margin-left: -40%;
    left: 50%;
    display: none;
}
.galleryPage div.right-bar{
    float: right;
    width: 288px;
}
.galleryPage div.content a, .galleryPage div.navigation a {
    text-decoration: none;
}
/*.galleryPage div.content a{
    display: block;
}*/
.galleryPage div.content a:hover, .galleryPage div.content a:active {
    text-decoration: none;
}

.galleryPage div.navigation a.pageLink {
    height: 77px;
    line-height: 77px;
}

#controls{
    display: inline-block;
    *display:inline;
    *zoom:1;
}
#nav{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
div.controls {
    position: relative;
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
    text-align: center;
}
div.controls a {
    display: inline-block;
    *display:inline;
    *zoom:1;
    color: #000;
    padding: 0 3px;
    font-size: 16px;
    line-height: 20px;
    height: 20px;

}
div.controls a:hover{
    text-decoration: none;
}
div.controls .center{
    position: absolute;
    display: block;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    font-size: 0;
}
div.ss-controls {}
div.ss-controls a{color: #b4b4b4;}
div.nav-controls{}
div.nav-controls a{float: right; font-weight: bold;}
div.nav-controls a:first-child{float: left;}



div.slideshow-container {
    position: absolute;
    right: 288px;
    left: 0;
}

div.loader {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}
div.slideshow{ position: relative; }
div.slideshow span.image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
div.slideshow a.advance-link {
    position: absolute;
    left: 50%;
    top: 50%;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
    text-decoration: none;
}
div.slideshow a.advance-link:focus {
    outline: none;
}

div.slideshow img {position: absolute; width: 100%; height: 100%;  top:0; right: 0; bottom: 0; left: 0;}
div.caption-container {
    position: relative;
    width: 278px;
    margin-left: 10px;
    overflow-y: auto;
}
span.image-caption {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 9px 9px;
    background-color: #f0f0f0;
}

div.caption {}

div.image-keyword {
    font-size: 14px;
    margin-top: 18px;
}
div.image-keyword strong{
    display: inline-block;
    *display: inline;
    *zoom:1;
    background-color: #ff0000;
    padding: 3px 5px;
    border-radius: 3px;
    margin-left: 5px;
    font-weight: normal;
    color: #fff;
}
div.image-desc {
    text-align: justify;
    line-height: 26px;
}
#photo-index {
    display: inline-block;
    *display:inline;
    *zoom:1;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-left: 10px;
    color: #b4b4b4;
}
div.navigation-container {
    float: left;
    position: relative;
    left: 50%;
}


div.navigation {
    /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
    position: absolute;
    right: 0;
    bottom: 0;
    width: 288px;
    opacity: 1;
}
ul.thumbs {
    clear: both;
    max-height: 288px;;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
ul.thumbs li {
    float: left;
    padding: 0;
    margin: 10px 0 0 10px;
    list-style: none;
}
a.thumb {
    padding: 2px;
    display: block;
    border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
    background: #000;
}
a.thumb:focus {
    outline: none;
}
ul.thumbs img {
    border: none;
    display: block;
    width: 80px;
    height: 80px;
}
div.galleryPagination {
    clear: both;
    text-align: left;
}
div.navigation div.top {
    padding-bottom: 0px;
    padding-left: 10px;
    padding-top: 10px;
}
div.navigation div.bottom {
    padding-left: 10px;
}
div.galleryPagination a, div.galleryPagination span.current, div.galleryPagination span.ellipsis {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 2px;
    padding: 4px 7px 2px 7px;
    border: 1px solid #ccc;
    margin-bottom: 0;
    line-height: 1;
    color: #000;
}
div.galleryPagination a:hover {
    background-color: #eee;
    text-decoration: none;
}
div.galleryPagination span.current {
    font-weight: bold;
    background-color: #000;
    border-color: #000;
    color: #fff;
}
div.galleryPagination span.ellipsis {
    border: none;
    padding: 5px 0 3px 2px;
}



/*本页评论*/
.comments{border-top: 1px solid #cdcdcd; padding: 20px 30px;}

/*本页分享*/
.share{padding-top: 10px;}
.share .shareText{float: left; height: 32px; line-height: 32px; font-size: 16px;}
.share .bdshare-button-style0-32 a{margin-bottom: 0;margin-top: 0;}

/*本页推荐图集遮罩*/
#tuijian{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
}
#tuijian .mask{
    position: absolute;
    z-index: 999999;
    background-color: #000;
    filter:alpha(opacity:80);
    opacity: .8;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#tuijian .container{
    position: absolute;
    z-index: 1000000;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-align: center;
    -moz-box-align: center;
}
#tuijian .center{
    position: absolute;
    width: 770px;
    /*height: 419px;*/
    left: 50%;
    top: 50%;
    margin-left: -385px;
    margin-top: -209px;
    background-color: #ffffff;
}
#tuijian .center i.close{
    position: absolute;
    right: 0;
    top:0;
    border: 1px solid #dcdcdc;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-style: normal;
    cursor: pointer;
    text-align: center;
}
#tuijian .pics{
    font-size: 0;
    padding-right: 20px;
    padding-bottom: 20px;
}
#tuijian .pics .pic{
    display: inline-block;
    font-size: 0;
    margin-top: 20px;
    margin-left: 20px;
    width: 230px;
}
#tuijian .pics .pic img{
    width: 100%;
    height: auto;
}
#tuijian .pics .pic em{
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: left;
}

/*本页层级*/
.breadcrumbOuter{padding-bottom: 20px;}