#contents {
	position: relative;
}
#PrmotionBtn {
	position: absolute;
	width: 75px;
	top: 0;
	left: -100px;
}
#PrmotionBtn p {
	width: 75px;
	text-align: left;
	color: #fa7107;
	font-weight: bold;
	padding-bottom: 5px;
}
#PrmotionBtn a {
	display: block;
	padding: 0;
	margin: 0;
	width: 35px;
	height: 12px;
	font-size: 0px;
	text-indent: -9999px;
}
#PrmotionBtn a.palyPRmotion {
	float: left;
	background: url(../img/play_btn.gif) no-repeat 0 0;
}
#PrmotionBtn a.stopPRmotion {
	float: right;
	background: url(../img/stop_btn.gif) no-repeat 0 0;
}
#PrmotionBtn a.viewPRmotion{
	text-align: center;
	padding: 3px 0 0 0;
	clear: both;
	width: 75px;
	text-indent: 0px;
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
	/*background: url(img/btn_prmview.gif) no-repeat 0 0;*/
}
#PrmotionBtn a:hover {
	background-position: bottom!important;
}
#alphaFlash {
	width: 350px;
	height: 307px;
	position: absolute;
	left: 180px;
	top: 280px;
	display: none;	/*background: #fee;*/
	z-index: 0;
}

/* e-book */
div.ebTextWrap {
	width: 763px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	margin: 0 auto;

}
div.ebLeftCol {
	float: left;
	width: 381px;
	border-right: 1px dotted #7590ae;
}

div.ebRightCol {
	float: left;
	width: 381px;
}

div.ebTextWrap dl {
	clear: both;
}
div.ebTextWrap dt {
	float: left;
	width: 114px;
}

div.ebTextWrap dt img {
	display: block;
}

div.ebTextWrap dd {
	float: left;
	width: 239px;
	padding: 15px 10px 10px 10px;
}

div.ebTextWrap dd h4 {
	padding: 0 0 3px 0;
	color: #918b00;
}

div.ebTextWrap dd strong {
	color: #688cb5;
	font-weight: normal;
}

a.detailViewBtn {
	background:transparent url(../img/port_detail.gif) no-repeat scroll 0 0;
	display:block;
	height:19px;
	text-indent:-9999px;
	width:71px;
}

/* // e-book */