		.TourBody {
			background-color: #FBFBFB;
			width: 880px;
			height: 340px;
		}
		.NoticeBody {
			background-color: #FBFBFB;
			/* width: 880px; */
			height: 500px;
		}
		.HeaderTable {
			width: 95%;
			border: 0px;
			border-bottom: 2px solid #DDD;
		}
		.NavigationTable td {
			text-align: center;
			height: 45px;
		}
		.NavigationTable a{
			text-decoration: none;
			font-size: 12px;
			color: #999;
		}
		.NavigationTable .Selected a {
			color: #3399cc;
		}
		table.Page {
			margin: 0px;
			width: 100%;
			color: #666666;
			font-size: 12px;
		}
		.Page td {
			text-align: justify;
			vertical-align: top;
		}
		.Page p {
			padding-right: 20px;
			line-height: 18px;
		}
		.Page td.ScreenShot {
			padding-top: 5px;
			vertical-align: top;
			width: 340px;
		}
		.Page td.Separator{
			width: 15px;
		}
		.Page .PageTitle {
			color: #33CCFF;
			font-size: 28px;
		}
		img { border: 0px; }	
	
	div.scroller { 
	width: 800px; 
	height: 250px;
	overflow: hidden;
	}
	
	/* Notice Glider */
	.NoticeBody div.scroller {
    width: auto;
		height: auto;
	}
	
	div.scroller div.section {
		width:800px;
		overflow:hidden;
		float:left;
		padding:1em;
		vertical-align: middle;
		}

	 div.scroller div.content {
		width: 10000px;
	 }
	/* Notice Glider */
	.NoticeBody div.scroller div.content {
    width: auto;
	}
	
	/* Notice Glider */
	.NoticeBody div.scroller div.section {
    width: auto;
	}
	

