/* @group Image */

.container { width: 540px; height: 279px; overflow: hidden; position: relative; cursor: pointer; margin-bottom: 10px; }
.slides { position: absolute; top:0; left:0; }
.slides div { position: absolute; top:0; width:540px; height:252px; display:none; }

#image {
	overflow: auto;
	margin-bottom: 36px;
}

#image img {
	border: 4px solid rgb(250, 250, 250);
}

/* @end */

/* @group Text */

#text {
	margin-top: 18px;
}

#text span {
	display: block;
	width: 100%;
	margin-top: 36px;
	padding-bottom: 10px;
	color: #818386;
	font-size: 20px;
	border-bottom: 1px solid #e1e0e1;
}

#text h1 {
	margin-top: 8px;
}

/* @end */

/* @group Info */

#info {
	overflow: auto;
	padding: 18px;
	padding-right: 24px;
	margin-top: 18px;
	margin-right: -6px;
	background: url(../img/box_large.png) no-repeat right top;
}

#info h2 {
	margin-top: 0px;
	margin-bottom: 8px;
	color: #0c2664;
}

#info ul + h2,
#info p + h2 {
	margin-top: 28px;
	margin-bottom: 8px;
}

#insets,
#frames,
#images,
#woods {
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 18px;
	border-bottom: 1px solid #e1e0e1;
}

#insets li,
#frames li,
#images li,
#woods li {
	display: block;
	float: left;
	list-style: none;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	text-align: center;
}

#woods li {
	margin-left: 0px;
	margin-right: 20px;
}

/* @end */

/* @group Profile */

#facebox td.body {
	width: auto;
}
#profile img {
	float: left;
	clear: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#profile p {
	clear: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}
td {
	border: none;
}

/* @end */
