@charset "utf-8";
/* CSS Document */

.showcase {
	background-image: url(../img/showcase_back.png);
	background-repeat: no-repeat;
	height: 550px;
	width: 682px;
	position: relative;
}
.showcase .btclose {
	position: absolute;
	top: 6px;
	right: 6px;
	height: 22px;
	width: 100px;
}
.showcase .btclose a {
	background-image: url(../img/bt_close.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 18px;
	padding-right: 26px;
	padding-top: 4px;
	float: right;
}
.showcase .content {
	position: absolute;
	left: 20px;
	top: 40px;
	height: 450px;
	width: 653px;
}
.showcase .content iframe {
	height: 460px;
	width: 653px;
}
.showcase .btnext {
	position: absolute;
	bottom: 2px;
	width: 121px;
	left: 516px;
}
.showcase .btnext a {
	background-image: url(../img/bt_next.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 115px;
	font-weight: bold;
	color: #FFF;
	padding-top: 7px;
	padding-left: 10px;
}
.showcase .btback {
	position: absolute;
	left: 20px;
	bottom: 2px;
	width: 125px;
}
.showcase .btback a {
	background-image: url(../img/bt_back.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 115px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	padding-top: 7px;
	padding-right: 10px;
}
