@charset "big5";
/* CSS Document */

/* -- START GLOBAL -- */
.cont {
	width: 418px;
	height: 140px;
	position: relative;
	overflow: hidden;
	left: 50px;
}
.panel img {
	border: 2px solid #FFFFFF;
	height: 136px;
	width: 204px;
}
.clear {
	height: 0px;
	float: none;
	clear: both;
	overflow: auto
}
/* -- END SELECT MONTH -- */

/* -- START CAROUSEL -- */
.stepcarousel {
	width: 418px;
	height: 140px;
	position: relative
}
.stepcarousel .belt {
	position: absolute;
	top: 0px;
	left: -2px;
	height: 140px;
	width: 208px;
}
.stepcarousel .panel {
	height: 140px;
	overflow: hidden;
	float: left;
	margin-right: 1px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 208px;
}
.stepcarousel .panel:hover {

}
.stepcarousel .panel a img {
	width: 204px;
	height: 136px
}
.stepcarousel .panel .img_hover {
	display: none;
}
.stepcarousel .panel:hover .img_hover {
	width: 204px;
	height: 136px;
	background: url(images/img_hover.png) repeat;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px
}
.stepcarousel .panel:hover .img_hover font {
	display: none
}
.text p {
	font: 12px/20px Arial, Helvetica, sans-serif;
	text-align: justify;
}
