/* 라이브세션 서브 레이아웃 스타일 시트 */
	#sublayout
	{
		display: inline-block;
	}
	#sublayout span
	{
		float: left; 
		width: 258px; 
	}
	#sublayout ul
	{
		float: right; 
	}

	/* 2009-11-22 라이브세션 좌측메뉴 추가 */
	/* 2009-12-21 라이브세션 좌측메뉴 배경이미지 및 height 값 수정 */
	/* 2010-01-04 라이브세션 좌측메뉴 배경이미지 및 height 값 수정 */
	#submenu{
	position:relative;
	width:258px;
	height:455px;
	background:url('/userpoc/images/live/bg_submenu_common.jpg') no-repeat left top;
	padding-top:35px;
	}
	#submenu ul {position:relative;width:258px;}
	#submenu li {width:245px;height:18px;display:block;}
	#submenu li a {color:#fff;text-decoration:none;display:block;line-height:160%;}
	#submenu a:hover, #submenu a:active {color:#fff; background-color:#000;text-decoration:none;display:block;}
	#submenu h3 {padding-left:30px;font-size:12px;font-weight:normal;font-family:돋움,dotum;color:#fff;}

	/* 2009-09-29 플래쉬플레이어 보기 레이어 추가 */
	div.iplayer_rel {
		display: none;
		position: relative;
		z-index:9999;
	}
	div.iplayer_abs {
		width:530px; 
		position: absolute; 
		top:-31px; _top:-34px;
		left:27px; _left:15px;
	}
	div.imovie_top a.close, div.imovie_top_big a.close {
		display: block;
		width: 46px;
		height: 15px;
		position: absolute;
		right: 8px; top: 8px;
		font-size: 8px;
		font-family: tahoma;
		color: #ff6600;
	}
	div.imovie_top strong, div.imovie_top_big strong {
		color: #ddd;
		font-family:dotum;
	}
	div.imovie_top {
		width: 530px; 
		height:21px;
		background: url('/userpoc/images/live/player_top.gif') no-repeat 0 0;
		padding-top:8px; 
		_margin-bottom:-4px;
	}
	div.imovie_mid {
		width: 530px; 
		height: 370px; 
		text-align: center;
		background: #2C2C2C; 
	}
	div.iplayer_bot {
		width: 530px; 
		height: 15px;
		background: url('/userpoc/images/live/player_bot.gif') no-repeat 0 0;
	}
	div.iplayer_abs_big {
		width: 660px; 
		position: absolute; 
		top:-12px; _top:-12px;
		left:12px; _left:12px;
	}
	div.imovie_top_big {
		width: 660px; 
		height: 21px;
		background: url('/userpoc/images/live/player_top.gif') 0 0;
		padding-top:8px; 
		_margin-bottom:-4px;
	}
	div.imovie_mid_big {
		width: 660px; 
		height: 420px; 
		text-align: center;
		background: #2C2C2C; 
	}
	div.iplayer_bot_big {
		width: 660px; 
		height: 15px;
		background: url('/userpoc/images/live/player_bot.gif') 0 0;
	}
