@charset "utf-8";
/* CSS Document */

a span {
	display: none;
}

img {
	border: none;
}



/** Standard Life Skills **/

#main .standard_life {
	height: 458px;
	margin: 0px 50px 0px 50px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background:#E8E8E8;
}

#main .standard_life .frame_left {
	display: block;
	float: left;
	width: 15px;
	height: 458px;
	background: #FFFFFF;
}

#main .standard_life .standard_life_main {
	display: block;
	float: left;
	width: 236px;
	height: 458px;
}

#main .standard_life .room_left {
	display: block;
	float: left;
	width: 69px;
	height: 421px;
	background: url(../img/work/standard_life/desc_left.jpg) no-repeat;
}
#main .standard_life .description {
	display: block;
	float: left;
	width: 167px;
	height: 421px;
}

#main .standard_life .description .desc_top {
	display: block;
	float: left;
	width: 167px;
	height: 97px;
	background: url(../img/work/standard_life/desc_top.jpg) no-repeat;
}

#main .standard_life .description .standard_life_desc {
	display: block;
	float: left;
	width: 167px;
	height: 213px;
	background: url(../img/work/standard_life/desc_bg.jpg) no-repeat;
}

#main .standard_life .description .desc_btm {
	display: block;
	float: left;
	width: 167px;
	height: 111px;
	background: url(../img/work/standard_life/desc_btm.jpg) no-repeat;
}

#main .standard_life .links {
	display: block;
	float: left;
	width: 236px;
	height: 36px;
}

#main .standard_life .links .back {
	display: block;
	float: left;
	width: 121px;
	height: 36px;
}

#main .standard_life .links .back a {
	display: block;
	float: left;
	width: 121px;
	height: 36px;
	background: url(../img/work/standard_life/back.jpg) no-repeat;
}

#main .standard_life .links .btm {
	display: block;
	float: left;
	width: 115px;
	height: 36px;
	background: url(../img/work/standard_life/links_btm.jpg) no-repeat;
}

#main .standard_life .links .back a span {
	display: none;
}

#main .standard_life .flash_right {
	display: block;
	float: left;
	width: 584px;
	height: 458px;
	background: url(../img/work/standard_life/standard_life_bg.jpg) no-repeat;
}

#main .standard_life .frame_right {
	display: block;
	float: left;
	width: 15px;
	height: 458px;
	background: #FFFFFF;
}

#main .standard_life .frame_btm {
	display: block;
	float: left;
	width: 850px;
	height: 14px;
	background: #FFFFFF;
}




/*********** Scrolling content ************/



#content {
	overflow:hidden;
	position:relative;
	width: 167px;
	height: 185px;
	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:167px;
	height:195px;
}
.section .sub p {
	width:140px;
	margin: 0;
}
.section .next, .section .prev {
	font-size:18px;
	position:absolute;
	bottom:15px;
	letter-spacing:-2px;
}
.section .next {
	right:5px;
}
.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;
}
