/*  
Theme Name: Airos Chou
Theme URI: 
Description: Web Design examples
*/

/* Content Begin */
#slideshow {
	width: 920px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding-top:10px;
	/*margin-top:10px;*/
}
#slideshow .container {
	width: 920px;
	height: 300px;
	position: relative;
	z-index: 10;
}
#slideshow .container div{
	_width:920px;
	_height:300px;
}
#slideshow .mask {
	width: 920px;
	cursor: pointer;
	height: 300px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 30;
}
#slideshow .caption {
	width: 840px;
	bottom: 30px;
	left: 30px;
	font-size:12px;
	position: absolute;
	z-index: 35;
}
#slideshow .caption h3 {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: normal;
}
#slideshow .caption h3 a {
	color: #FFF8D6;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
}
#slideshow .caption h3 a:hover {
	color: #FFF;
	text-decoration:underline;
}
#slideshow .paging {
	width: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 35;
}
#slideshow .paging a {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	background-color: #FFFFFF;
	display: block;
	height: 10px;
	margin-bottom: 5px;
	opacity: 0.5;
	filter:alpha(opacity=50); 
}
#slideshow .paging a:hover, #slideshow .paging a.current {
	opacity: 1;
	filter:alpha(opacity=100); 
}
/*右边鼠标滑过显示的小窗口*/
#slideshow .preview {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	width: 100px;
	background: #FFFFFF;
	color: #000000;
	display: none;
	padding: 5px;
	position: absolute;
	right: 35px;
	text-align: center;
	top: 15px;
	z-index: 35;
	font-size: 82%;
}
#slideshow .preview span {
	display: block;
	font-size:12px;
	padding-top: 3px;
}
#slideshow .slide {
	width:920px;
	height: 300px;
	background-position: 0 0;
	background-repeat: no-repeat;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 15;
}
#slideshow .slide .click-area {
	width: 920px;
	height: 300px;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 20;
}
#slideshow .slide .click-area embed {
	z-index: 25;
}