﻿/*basic*/
/*html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
*/
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#sliderpage {
	width: 900px;
	
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	/*border-style: none solid solid;
	border-width: medium 1px 1px;*/
}
div#slidercontainer {
	/*padding: 20px;*/
	
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
/*black*/
/*body{
	background-color: #111;
	color: #bbb;
}
a{
	color: #f70;
}
h2 {
	color: #ccc;
}
*/
div#sliderpage {
	
	border-color: #222;
}
div#footer {
	color: #888;
}
div.caption-container {
	color: #eee;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	color: #888;
	display:none;
	/* 隐藏了图片总数，和当前显示第几张。*/
}



a.ss-btn-play {
    background: url("../imgs/slideshow-sprite.png") no-repeat scroll 0 0 #333333;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    float: left;
    height: 50px;
    margin-right: 5px;
    position: relative;
    width: 50px;
	margin-top:6px;
}
a.play
{
    background-position:0px 0px;
}
a.pause
{
    background-position:0px -50px;
}

div.sliderloader {
display: block;
    height: 60px;
    z-index: 999999;
	top:50%;
	background-image: url(loaderWhite.gif);
}
div.slideshow img {
	border-color: #333;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.ss-mask {
    background-color: #000000;
    height: 500px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
/*galleriffic*/
div#slidercontainer {
	overflow: hidden;
}
div.slidercontent {
	display: none;
	clear: both;
}

div.slidercontent a, div.navigation a {
	text-decoration: none;
}
div.slidercontent a:hover, div.slidercontent a:active {
	text-decoration: underline;
}

div.navigation a.pageLink {
	height: 46px;
	line-height: 46px;
}

div.slidercontrols {
	margin-top: 5px;
	height: 23px;
}
div.slidercontrols a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.slideshow-container,
div.sliderloader,
div.slideshow a.advance-link {
	width: 100%; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}
div.slideshow a.advance-link {
	width: auto; /* This should be set to be at least the width of the largest image in the slideshow with padding */
	
}
div.sliderloader,
div.slideshow a.advance-link,
div.caption-container {
	/*height: 502px;*/ /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	position: relative;
	/*clear: both;
	float: left;*/
	
}

div.sliderloader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../imgs/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	/*top: 30px;
	left: 0;*/
	width:100%;
	text-align:center;
	
}
div.slideshow a.advance-link {
	/*display: block;*/
	//line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
	/*width:100%;*/
}

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 {
	border-style: solid;
	border-width: 1px;
}
div.caption-container {
	/*float: right;
	position: relative;*/
	
}
span.image-caption {
	display: block;
	/*position: absolute;
	top: 0;
	left: 0;
	*/
}

div.caption-container{
	/*width: 334px;*/
	height:30px;
	text-align:center;
}
span.image-caption {
	/*width: 334px;*/
	height:30px;
	text-align:center;
	 position: absolute;
	 line-height:30px;
    width: 100%;
	left:0;
}
div.caption {
	padding: 0 12px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	padding: 0 12px;
}
div.navigation-container {
	/*float: left;*/
	/*position: relative;*/
	/*left: 50%;*/
	position:absolute;
	bottom:0px;
	width:100%;
	text-align: center;
	height:60px;
	overflow:hidden;
	background:#000;
}
div.navigation {
/*padding-top:6px;*/
	/*float: left;
position: relative;
	left: -50%;
	*/
}
div.navigation a.pageLink {
	/*display: block;*/
	/*display:inline-block;*/
	/**display:inline; *//* 让块元素呈递为内联对象 */  
    /**zoom:1; *//* 触发块元素的 layout */ 
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	position: relative;
	float: left;
	/*display:inline-block;
	 display:inline; 让块元素呈递为内联对象 */  
    /*zoom:1;  触发块元素的 layout */ 
	margin: 4px 0 0;
	padding: 0;
	
}
#thumbs{
overflow:hidden;
margin:0 auto;
display:block;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
ul.thumbs li a{
border:2px solid #999;
}
a.thumb {
	/*padding: 1px;*/
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	height: 46px;
    width: 46px;
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	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;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}
.ss-btn-next, .ss-btn-prev {
    background: url("../imgs/slideshow-sprite.png") no-repeat scroll 0 -180px transparent;
    cursor: pointer;
    height: 55px;
    position: absolute;
    top: 50%;
    width: 31px;
    z-index: 999999;
}

.ss-btn-next {
    background-position: -31px -180px;
    right: 20px;
}
.ss-btn-prev {
    left: 20px;
}
.slideshow{
position:relative;
}
.ss-btn-close{
 position:absolute;
 top:0px;
 left:0px;
 height:30px;
 width:100%;
 visibility:visible;
 opacity:0.6;
 background:#000;
 z-index:999999;
}
a.ss-close {
    background: url("../imgs/slideshow-sprite.png") no-repeat scroll 0 -150px transparent;
    cursor: pointer;
    height: 23px;
    position: absolute;
    right: 15px;
    top: 3px;
    width: 23px;
    
}
#slideshow .image-wrapper img{
margin-top:14px;
}
div.navigation a.prev {
	background-image: url(prevPageArrowWhite.gif);
	background: url("../imgs/slideshow-sprite.png") no-repeat scroll 0 -100px #333333;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    float: left;
    height: 50px;
    margin-right: 5px;
    position: relative;
    width: 20px;
	margin-top: 6px;
}
div.navigation a.next {
	background-image: url(nextPageArrowWhite.gif);
	background: url("../imgs/slideshow-sprite.png") no-repeat scroll 0 -100px #333333;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    float: left;
    height: 50px;
    margin-right: 5px;
    position: relative;
    width: 20px;
	background-position: -20px -100px !important;
    margin-right: 0;
	margin-top: 6px;
}