@charset "UTF-8";
.wf_main {
	width: 664px;
}
.wf_subMain {
	position: relative;
}
.wf_image {
	position: absolute;
	margin-top: 20px;
	margin-left: 26px;
	width: 615px;
	height: 440px;
}
.wf_image1, .wf_image2, .wf_image3, .wf_image4, .wf_image5 {
	position:absolute;
	top:0px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.wf_display {
	opacity: 1;
	filter: alpha(opacity=100);
}
.wf_info {
	width:600px;
	height:50px;
	display:none;
}
.wf_info.wf_active {
	display:block;
}
.wf_active p {
	color : #525252;
	font-size : 9pt;
	padding : 0;
}
.wf_info h2 {
	color: #057d99;
	font-size: 130%;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
.wf_content {
	position: absolute;
	top: 470px;
	left: 10px;
	border-bottom: 1px solid #333;
	width: 575px;
	height: 80px;
	padding: 10px 20px;
	font-size: 8pt;
	color: #000;
}
.wf_controller {
	position: absolute;
	left: 15px;
	top: 105px;
	width: 575px;
	height: 40px;
}
.wf_tab {
	width: 20px;
	height: 22px;
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
	position: absolute;
	color: #666;
}
.wf_tab1_enable, .wf_tab2_enable, .wf_tab3_enable, .wf_tab4_enable, .wf_tab5_enable {
	color: #000;
	position: absolute;
}
.wf_tab1_enable:hover, .wf_tab2_enable:hover, .wf_tab3_enable:hover, .wf_tab4_enable:hover, .wf_tab5_enable:hover {
	background-image: none;
}
.wf_tab1, .wf_tab1_enable {
	position: relative;
	float: left;
}
.wf_tab2, .wf_tab2_enable {
	position: relative;
	float: left;
}
.wf_tab3, .wf_tab3_enable {
	position: relative;
	float: left;
}
.wf_tab4, .wf_tab4_enable {
	position: relative;
	float: left;
}
.wf_tab5, .wf_tab5_enable {
	position: relative;
	float: left;
}
.wf_pause, .wf_play {
	cursor: pointer;
	width: 20px;
	height: 11px;
	position: relative;
	float: left;
	margin-top: 6px;
}
.wf_pause {
	background-image: url(../images/pause.png);
}
.wf_play {
	background-image: url(../images/play.png);
}