

body {
	font-family: "微軟正黑體";
	margin: 0px;
	
	}

.container {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	position: relative;
	top: 10%;
}


#et-slider-wrapper { height: 100%; position: relative; background: #0c151b; }
.et-slide { background-repeat: no-repeat; background-position: top center; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.et-slide .container {padding: 0px;}
.et-slide .description { text-shadow: 0 2px 2px rgba(0,0,0,0.3); font-size: 18px; float: left; width: 412px; padding-top: 95px; }
.description h2 {
	color: inherit;
	margin-bottom: 15px;
}
.subtitle {  margin-bottom: 10px;}
.featured-image {
	float: right;
	width: 535px;
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
	margin-top: 50px;
}

.js .et-slide { display: none; }
.js .et-slide:first-child { display: block; }
.et-slider-arrows a {
	display: block;
	background-repeat: no-repeat;
	width: 28px;
	height: 40px;
	position: absolute;
	top: 50%;
	text-indent: -9999px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	z-index: 101;
}
#et-slider-wrapper .et-arrow-prev { left: 60px; background-image: url(images/left-arrow.png); }
#et-slider-wrapper .et-arrow-next { right: 60px; background-image: url(images/right-arrow.png); }
#et-slider-wrapper:hover .et-slider-arrows a { opacity: 1; }
#et-slider-wrapper:hover .et-arrow-prev { left: 80px; }
#et-slider-wrapper:hover .et-arrow-next { right: 80px; }

#et-slider-controls { position: absolute; bottom: 75px; left: 0; width: 100%; }
#et-slider-controls .et-controllers {
	text-align: center;
	
}
#et-slider-controls .et-controllers a { display: inline-block; width: 17px; height: 17px; background: url(images/slider_control.png) no-repeat; text-indent: -9999px; margin: 0 1px; }
#et-slider-controls .et-controllers a.et-active-control { background-image: url(images/active_slider_control.png); }
.et-controllers a.et-active-control:hover { cursor: default; }

