@charset "utf-8";
/* CSS Document */

a span {
	display: none;
}

img {
	border: none;
}


/** Construction Skills **/



#main .coi {
	height: 458px;
	margin: 0px 50px 0px 50px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background:#E8E8E8;
}

#main .coi .frame_left {
	display: block;
	float: left;
	width: 15px;
	height: 458px;
	background: #FFFFFF;
}

#main .coi .room_left {
	display: block;
	float: left;
	width: 53px;
	height: 422px;
	background: url(../img/work/construction/desc_left.jpg) no-repeat;
}

#main .coi .coi_main {
	display: block;
	float: left;
	width: 247px;
	height: 458px;
}
#main .coi .description {
	display: block;
	float: left;
	width: 194px;
	height: 422px;
}

#main .coi .description .desc_top {
	display: block;
	float: left;
	width: 194px;
	height: 55px;
	background: url(../img/work/construction/desc_top.jpg) no-repeat;
}

#main .coi .description .coi_desc {
	display: block;
	float: left;
	width: 194px;
	height: 254px;
	background: url(../img/work/construction/desc_bg.jpg) no-repeat;
}

#main .coi .description .desc_btm {
	display: block;
	float: left;
	width: 194px;
	height: 113px;
	background: url(../img/work/construction/desc_btm.jpg) no-repeat;
}

#main .coi .links {
	display: block;
	float: left;
	width: 247px;
	height: 36px;
}

#main .coi .links .back {
	display: block;
	float: left;
	width: 100px;
	height: 36px;
}

#main .coi .links .back a {
	display: block;
	float: left;
	width: 100px;
	height: 36px;
	background: url(../img/work/construction/back.jpg) no-repeat;
}

#main .coi .links .btm {
	display: block;
	float: left;
	width: 147px;
	height: 36px;
	background: url(../img/work/construction/crane_btm.jpg) no-repeat;
}

#main .coi .links .back a span {
	display: none;
}

#main .coi .flash_right {
	display: block;
	float: left;
	width: 573px;
	height: 458px;
	background: url(../img/work/construction/coi_bg.jpg) no-repeat;
}

#main .coi .frame_right {
	display: block;
	float: left;
	width: 15px;
	height: 458px;
	background: #FFFFFF;
}

#main .coi .frame_btm {
	display: block;
	float: left;
	width: 850px;
	height: 14px;
	background: #FFFFFF;
}


/*********** Scrolling content ************/


#content {
	overflow:hidden;
	width:194px;
	position:relative;
	height:224px;
	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:194px;
	height:240px;
}
.section .sub p {
	width:155px;
	margin: 0;
}
.section .next, .section .prev {
	font-size:18px;
	position:absolute;
	bottom:15px;
	letter-spacing:-2px;
}
.section .next {
	right:20px;
}
.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;
}