div.content {
    /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
    display: none;
    float: left;
    width:656px;
    height:100%;

}
#slideshow{
    overflow-y:hidden;
}
div.content a, div.navigation a {
    text-decoration: none;
    color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
    text-decoration: underline;
}
div.controls {
margin-top: 0px;
position: absolute;
top: 0;
width: 656px;
height: 100%;
}
div.controls a {
    padding: 5px;
}
div.ss-controls {
    float: left;
}
div.nav-controls {
    float: right;
}
div.slideshow-container {
    position: relative;
    clear: both;
    height: 100%; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 550px;
    height: 100%; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
    height: 100%!important;
    width: 657px!important;
}
div.slideshow span.image-wrapper {
    display:inline;
vertical-align: middle;
}
div.slideshow a.advance-link {
    display: block;
    height: 100%; /* This should be set to be at least the height of the largest image in the slideshow */
    text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
    text-decoration: none;
}
div.slideshow img {
  border:1px solid #ccc;
  vertical-align:middle;
  margin-left: -4px;
  max-width: 652px;
  max-height: 768px;
  margin-top: -40px;
}
div.download {
    float: right;
}
div.caption-container {
position: absolute;
clear: left;
height: 150px;
bottom: 15px;
width: 656px;
z-index:9;
}
div.caption-container span {
    margin-top:150px;
    background: black;
    filter: alpha(opacity=80)!important;
    -moz-opacity:0.80!important;
    opacity:0.80!important;
}
span.image-caption {
display: block;
width: 656px;
margin: 0 auto;
height:100px;
}
div.caption {
    padding: 12px;
    color:#fff;
    position:relative;
}
div.image-title {
    font-weight: bold;
    font-size: 1.4em;
    color:#fff;
    float: left;
    padding: 0 5px 0 0;
}
div.image-desc {
    line-height: 1.3em;
    padding-top: 3px;
}
div.navigation {
    width:278px!important;
    margin-left:-8px;
    /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
clear: both;
margin: 0;
padding: 0;
overflow: hidden;
padding-left: 6px;
border: 1px solid #CCC;
margin-top:-1px;
border-top:none;
height:250px;
width:270px;
}
ul.thumbs .mCSB_container {
margin-right: 5px;
}
ul.thumbs li {
    float: left;
    padding: 0;
    margin: 5px 10px 5px 0;
    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: 50px;
height: 50px;
}
div.pagination {
    clear: both;
}
div.navigation div.top {
margin-bottom: 0px;
height: 0px;
border-bottom: 1px solid #CCC;
}
div.navigation div.bottom {
    margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 4px 7px 2px 7px;
    border: 1px solid #ccc;
}
div.pagination a:hover {
    text-decoration: none;
}
div.pagination span.current {
    font-weight: bold;
    color: #fff;
}
div.pagination span.ellipsis {
    border: none;
    padding: 5px 0 3px 2px;
}
a.prev{
width: 328px;
display: block;
position: absolute;
top: 0;
left: 0;
height: 100%;
z-index: 1;
padding:0!important;
}
a.next{
padding:0!important;
display: block;
width: 328px;
height: 100%;
position: absolute;
z-index: 1;
right: 0;
top: 0;
}
#container{
    height: 100%;
}
.prev_bt{
position: relative;
top: 50%;
margin-top: -68px;
}
.next_bt{
position: relative;
top: 50%;
left: 287px;
margin-top: -68px;
}
.mCustomScrollBox{
opacity: 1!important;
}
.sidemenu{margin:0; width:260px; height:80px; padding:10px; overflow:auto;}
#loading{
    position:absolute;
    z-index:9999999;
    width:950px;
}
#loading span{
position: fixed;
z-index: 2;
background: black;
width: 90px;
height: 90px;
left: 32%;
top: 50%;
margin-top: -20px;
margin-left: -20px;
border-radius: 5px;        /* CSS3草案 */
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
-moz-border-radius: 5px;
}
#loading img{
    position:fixed;
    top:50%;
    left:32%;
    z-index:2;
}
ul.thumbs li.selected {
    opacity: 1!important;
}
#captionClose {
z-index: 1;
position: absolute;
top: 4px;
right: 10px;
margin :0;
cursor:pointer;
}
ul.thumbs li {
    opacity:0.67!important;
}