div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 700px;
	margin-top:15px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #555;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration:none;
}
div.controls {
	padding:4px 8px 0 8px;
	height:28px;
	background:#ddd;
}
div.controls a {
	display:inline;
	padding:0px 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	height: 440px; /* 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('/images/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 700px;
	height: 440px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow { 

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 700px;
	height: 440px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 440px; /* 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 {
	vertical-align: middle;
}
div.download {
	float: right;
}
div.caption-container {
	height: 40px;
	overflow:hidden;
}
span.image-caption {
	display: block;
	width: 700px;
}
div.caption {
	height: 40px; line-height:40px; text-align:center; font-size:14px; font-weight:bold; color:#004fc0;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	padding:20px 0px 0px 20px; height:102px; width:680px; background:#f6f6f6; overflow:hidden;
}
ul.thumbs li {
	float: left;
	height:102px;
	width:125px;
	margin-right:9px;
	list-style: none;
}
a.thumb {
	padding:1px;
	width:115px;
	height:80px;
	display: block;
	border: 1px solid #b2b2b2;
}
a.thumb img{
	width:115px;
	height:80px;
}
ul.thumbs li.selected a.thumb {
	background: #004fc0;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	padding:10px; text-align:right;
}
div.pagination a:hover {
	background-color: #eee;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #004fc0;
	color: #fff;
}
div.pagination span.ellipsis {
	font-weight: bold;
	background-color: #c00000;
	color: #fff;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display:inline;
	margin:0px 2px;
	padding:0px 4px;

}
/*下面两个给机会我们在导航上下插嘢*/
div.navigation div.top {
}
div.navigation div.bottom {
}
