#loading_wrap {
	margin: 0px auto; width: 32px; height: 100%; display: none; position: relative;
}
#loading_content {
	left: 50%; top: 50%; width: 32px; height: 32px; color: rgb(255, 255, 255); margin-top: -50px; margin-left: -16px; position: fixed;
}
#top_link {
	width: 30px; height: 30px; right: 15px; bottom: 15px; display: none; position: fixed;
}
#carousel_container {
	background: url("../images/transparent_background.png");
	width: 980px;
	height: 258px;
	overflow: hidden;
	margin-top: 10px;
}

.title_pattern{ background:url(../images/pattern_title.gif) repeat-x left center; font-size:16px; text-align:center}
.title_pattern span{
	background:#fff;
	padding:0 20px;
	font-weight: bold;
}

.frame{
	padding: 4px;
	border: solid 1px #ececec;
	display: block;
	margin: 0 auto;
}
p {
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
}
