div#top		{
	width: 435px;
	display: block;
	overflow: hidden;
	height: 324px;
}


div#moreMenu		{
	width: 435px;
	display: block;
	overflow: hidden;
	height: 42px;
}


div#moreMenu div#moreMenuButtons	{
	display: none;
}


div#moreMenu img	{
	margin-left: 1px;
}


div#bottom	{
	width: 435px;
	display: block;
	clear: both;
}


/* topÂÊ carousel */
div#carouselWrapper {
	width: 435px;
	height: 324px; /* ÀÌ¹ÌÁöÅ©±â */
	margin: 0;
	padding: 0;
	overflow: hidden;
}


div#scroller {
	position: relative;
	top: 0;
	left: 0;
	width: 435px;		/* number_of_page*page_width */
	height: 324px;
	float: left;
}



div#scroller ul {
	list-style: none;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



div#scroller li {
	display: block;
	float: left;
	width: 435px;
	height: 324px;
	padding: 0px 0px 0px 0px;  /* »çÁø°ú »çÁø°£°Ý  Á¶Á¤ */
}



div#scroller li div	img {
	border: 0px;
}




div.eventNavigation	{    /*³Ñ¹ö¸µ*/
	width: 435px;
	margin-top: 15px;    /* ¼ýÀÚÀ§Ä¡ ¼¼·Î·Î¿Å±â±â*/
	text-align: right;
	font-size: 10px;
	color: #B4B4B4;
}



div.eventNavigation a	{	
	margin: 0px 5px 0px 5px;
	color: #B4B4B4;
	text-decoration: none;
}

