@charset "utf-8";
/* CSS Document */
.album{
	float:left;
	width:700px;
}
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:500px;
	margin:0 15px 0 0;
}
*html div.content {
	margin:0 12px 0 0;
}
div.content a, div.navigation a {
	text-decoration:none;
	color:#333;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	display:none;
	margin-top:5px;
	height:23px;
}
div.controls a {
	padding:5px;
}
div.ss-controls {
	float:left;
}
div.nav-controls {
	float:right;
}
div.slideshow-container {
	position:relative;
	clear:both;
	height:330px; /* 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:url(../../external.gif?link=http://www.ckmmold.com.tw/css/images/loader.gif) no-repeat;
	background-position:center;
	width:500px;
	height:330px; /* 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;
	overflow:hidden;
	width:500px;
	height:330px; /* 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 {
	max-width:500px;
    width:expression(this.width>500?"500px":this.width);
    max-height:330px;
    height:expression(this.height>330?"330px":this.height);
}
/* ------------顯示標題內容下載區塊------------ */
div.download {
	display:none;
	float:right;
}
div.caption-container {
	position:relative;
	height:50px;
	clear:left;
}
span.image-caption {
	display:block;
	position:absolute;
	width:500px;
	top:5px;
	left:0;
}
div.caption {
	border-top:1px dashed #999;
}
div.image-title {
	text-align:center;
	width:498px;
	padding:5px 0;
	font-weight:700;
	font-size:13px;
}
div.image-desc {
	display:none;
	text-align:center;
	line-height:1.3em;
}
/* ------------小圖選單換頁控制------------ */
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 {
	clear:both;
}
ul.thumbs li {
	float:left;
	padding:0 5px 5px 0;
	list-style:none;
}
a.thumb {
	padding:2px;
	display:block;
	border:1px solid #999;
}
ul.thumbs li.selected a.thumb {
	border:1px solid #666;
}
a.thumb:focus {
	outline:none;
}
ul.thumbs img {
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
}
div.pagination {
	clear:both;
}
div.navigation div.top {
	display:none;
	padding:0 0 0 1px;
}
div.navigation div.bottom {
	padding:0 0 0 1px;
	width:183px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display:block;
	float:left;
	margin-right:2px;
	padding:3px 7px 1px 7px;
	border:1px solid #ccc;
}
div.pagination a:hover {
	background-color:#eee;
	text-decoration:none;
	color:#333;
}
div.pagination span.current {
	font-weight:bold;
	background-color:#000;
	border-color:#333;
	color:#fff;
}
div.pagination span.ellipsis {
	border:none;
	padding:5px 0 3px 2px;
}