/* ========== TinyBox Setting ========== */
#tinybox {position:absolute; display:none; padding:10px; background:#fff url(/common_rn/img/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:21000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:20000}
#tinycontent {background:#fff; position:relative;}
#tinycontent a {
	position: absolute;
	top: -18px;
	right: -18px;
	_right: -8px;
	width: 15px;
	height: 15px;
	display: block;
}
#tinycontent a:link,
#tinycontent a:active,
#tinycontent a:visited{
	background: url(/entertainment/img/btn_close.png) no-repeat top left;
}
#tinycontent a:hover {
	background: url(/entertainment/img/btn_close_o.png) no-repeat top left;
}