#layer{
	min-height:720px;
}

#info{
	--margin-top:148px;
	margin-top:49px;
	--height:412px;
	height:500px;
	background:#000;
}

#info_top{
	margin:10px;
}

#info_top .green{
	width:80px;
	display:inline-block;
}

#info_top > div{
	margin-top: 5px;
}

.ajax_project_name_chinese{
	font-size: 15px;
	font-weight:normal;
}

#info_top > .ajax_div_description{
	margin-top: 15px;
}

.lineHeight{
	height: 10px;
}

.ajax_use_for{
	padding-left: 4px;
	position: absolute;
}

#project_gallery_list{
	position: relative;
	--top:148px;
	top:49px;
	left:0px;
	z-index:50;
	overflow:hidden;
	width:100%;
	--height:412px;
	height:500px;
}

#project_gallery_list ul{
	position:absolute;
	left:497px;
	width:20000px;
}

#project_gallery_list ul li{
	--border:1px solid #FFFFFF;
	--margin-right:2px;
	--height:410px;
	height:500px;
	overflow:hidden;
	float:left;
}

#project_gallery_list ul li img{
	height:100%;
}

#project_gallery_list .jcarousel-clip-horizontal{
	width:100%;
}

#info_bottom{
	position:absolute;
	bottom:0px;
	width: 100%;
	left:0px;
}

#project_desc{
	overflow:hidden;
	width:100%;
}

#related_project_list{
	margin:10px 0 0 0;
	overflow:hidden;
}


#related_project_list li{
	float:left;
	margin-left: 5px;
	--width:120px;
	--height:88px;
	height:116px;
	display:block;
}

#related_project_list li:first-child{
	margin-left: 0px;
}

#related_project_list .prev{
	--margin-right:10px;
}

#related_project_list .next{
	--margin-left:5px;
}

#related_project_list li a{
	display:block;
	position:relative;
	text-align:center;
}

#related_project_list li img{
	max-height:410px;
}

#related_project_list li .rollover{
	position:absolute;
	--background:url(../../images/common/menu_bg.png) #555555;
	padding:5px 0;
	--padding:5px 10px;
	--bottom:4px;
	--width:100%;
	display:none;
	--left:0;
	margin-top: -4px;
	font-size: 12px;
}

#related_project_list li .hover{
	position:absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#related_project_list li .hover > img{
	width: 100%;
	height: 100%;
}


#project_gallery_controller .prev{
	margin-right:10px;
	width:75px;
	height:43px;
	display:block;
	background:url(../../images/project/project_prev.gif);
	float:left;
}

#project_gallery_controller .prev:hover{
	background:url(../../images/project/project_prev_over.gif);
}

#project_gallery_controller .next{
	margin-left:5px;
	width:75px;
	height:43px;
	display:block;
	background:url(../../images/project/project_next.gif);
	float:right;
}

#project_gallery_controller .next:hover{
	background:url(../../images/project/project_next_over.gif);
}

#toolbar_right li{
	float:left;
	margin:1px 15px 0;
}
#toolbar_right li a{
	color:#279165;
	text-transform:uppercase;
}
#toolbar_right li a.current{
	color:#00512f;
	font-weight:bold;
}

#related_project_list > div{
	height: 116px;
}