/* CSS Document */
#screen{
	position:relative;
	width:429px;
	height:280px;
	overflow:hidden;
}
#navigation{
	width:429px;
	text-align:center;
	position:absolute;
}
#navigation ul{
	width:120px;
	text-align:left;
	margin:140px 0 0 300px;
}
#navigation li{
	list-style:outside;
	list-style:none;
	padding:0;
	float:left;
	width:30px;
	height:20px;
	margin-right:10px;
}
#sections{
	overflow:hidden;
	background-color:white;
	width:429px;
	height:280px;
	clear:left;
}
#sections ul{
	width:1588px;
}
	
#sections li{
	list-style:outside;
	list-style:none;
	float:left;
	padding:0;
	float:left;
	width:429px;
	height:280px;
	overflow:hidden;
}
#sections p{
	padding:0;
	float:left;
	width:370px;
	padding:15px 20px 0 20px;
	overflow:hidden;
	height:85px;
	background:url(../images/homeSlider-content-bg.png) no-repeat;
	margin-top:170px;
	margin-left:9px;
	color:#ffffff;
	cursor:pointer;
}
#sections p.ko-slide{background:url(../images/homeSlider-content-bg-ko.png) no-repeat;}
#sections p.po-slide{background:url(../images/homeSlider-content-bg-po.png) no-repeat;}
#sections p.vo-slide{background:url(../images/homeSlider-content-bg-vo.png) no-repeat;}
#sections p strong{font-size:14px; display:block; margin-bottom:6px;}
#sections p strong a{font-size:14px; text-decoration:none; color:#FFFFFF; font-style:normal;}
#sections a{
	color:#ffffff;
	text-decoration:none;
	font-style:italic;
}

