@charset "utf-8";
/* CSS Document */

a span {
	display: none;
}

img {
	border: none;
}


/** Peabody **/
#main .peabody {
	height: 458px;
	margin: 0px 50px 0px 50px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background:#E8E8E8;
}

#main .peabody .frame_left {
	display: block;
	float: left;
	width: 15px;
	height: 458px;
	background: #FFFFFF;
}

#main .peabody .peabody_main {
	display: block;
	float: left;
	width: 820px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 310px;
}

#main .peabody .room_left {
	display: block;
	float: left;
	width: 69px;
	height: 310px;
	background: url(../img/work/peabody/desc_left.jpg) no-repeat;
}
#main .peabody .description {
	display: block;
	float: left;
	width: 179px;
	height: 310px;
}

#main .peabody .description .desc_top {
	display: block;
	float: left;
	width: 179px;
	height: 67px;
	background: url(../img/work/peabody/desc_top.jpg) no-repeat;
}

#main .peabody .description .peabody_desc {
	display: block;
	float: left;
	width: 179px;
	height: 230px;
	background: #E0E0E0 url(../img/work/peabody/desc_bg.jpg) no-repeat;
}

#main .peabody .description .desc_btm {
	display: block;
	float: left;
	width: 179px;
	height: 13px;
	background: url(../img/work/peabody/desc_btm.jpg) no-repeat;
}

#main .peabody .room_right {
	display: block;
	float: left;
	width: 572px;
	height: 310px;
	background: url(../img/work/peabody/peabody_main.jpg) no-repeat;
}


#main .peabody .room_right a {
	display: block;
	position: relative;
	top: 265px;
	left: 290px;
	height: 45px;
	width: 200px;
}

#main .peabody .flash_btm {
	display: block;
	float: left;
	width: 820px;
	height: 148px;
	margin: 0px 0px 0px 0px;
	_margin: -1px 0px 0px 0px;
}

#main .peabody .flash_btm #flashcontent {
	display: block;
	float: left;
	width: 820px;
	height: 148px;
	background: url(../img/work/peabody/peabody_bg.jpg) no-repeat;
}

#main .peabody .frame_right {
	display: block;
	float: left;
	width: 15px;
	height: 458px;
	background: #FFFFFF;
}

#main .peabody .frame_btm {
	display: block;
	float: left;
	width: 850px;
	height: 14px;
	background: #FFFFFF;
}


/*********** Scrolling content ************/



#content {
	overflow:hidden;
	width:179px;
	position:relative;
	height:205px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#content a {
	color:#777;
	font-weight:bolder;
	text-decoration:none;
}
#content ul {
	list-style: none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float: left;
}

.section {
	width:700px;
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.section .sub {
	position:relative;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:179px;
	height:220px;
}
.section .sub p {
	width:150px;
	margin: 0;
}
.section .next, .section .prev {
	font-size:18px;
	position:absolute;
	bottom:15px;
	letter-spacing:-2px;
}
.section .next {
	right:30px;
}
.section .prev {
	left:0px;
}

.section .next a {
	background:url(../img/arrow_l.gif) no-repeat center;
	display:block;
	height:10px;
	width:10px;
	margin:0;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	border: none;
}

.section .prev a {
	background:url(../img/arrow.gif) no-repeat center;
	display:block;
	height:10px;
	width:10px;
	margin:0;
	padding:0;
	text-decoration: none;
	border: none;
}