/*  
Theme Name: Airos Chou
Theme URI: http://www.sunflowamedia.com/
Description: Web Design examples
*/
 
img{border:none}
 
/* Content Begin */
#slideshow {
	width: 490px;
	height: 260px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#slideshow .container {
	width: 490px;
	height: 260px;
	position: relative;
	z-index: 10;
}
#slideshow .mask {
	width: 490px;
	height: 260px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 30;
}
#slideshow .caption {
	width: 580px;
	bottom: 30px;
	left: -1030px;
	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;
}
#slideshow .caption h3 a:hover {
	color: #FFF;
	text-decoration: none;
}
#slideshow .paging {
	width: 255px; height:10px;
	position: absolute;
	right: 15px;
	top: 230px;
	z-index: 35;
	text-align:right;
}
#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: inline-block;
	height: 15px;
	width: 20px; 
	margin-left:5px;
	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;
	padding-top: 3px;
}
#slideshow .slide {
	width: 490px;
	height: 260px;
	background-position: 0 0;
	background-repeat: no-repeat; 
	left: 0;
	position: absolute;
	top: 0;
	z-index: 15;
}
#slideshow .slide .click-area {
	width: 640px;
	height: 300px;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 20;
	
}
#slideshow .slide .click-area embed {
	z-index: 25;
}