#homePage .mask{
	position:absolute;
	margin-right:10px;
	right:0px;
	top:70px;
	width:360px;
	height:170px;
	overflow:hidden;
	background:url('../../cn/images/txt_service.gif') no-repeat 0 40px;
}
#homePage #picList{
	position:absolute;
	width:1080px;
	margin-top:0px;    /*firefox*/
	*margin-top:20px !important;    /*IE 7.0»òÒÔÉÏ*/
	*margin-top:30px;    /*IE 6.0*/
}
#aboutPage.news .mask{
	position:relative;
	width:480px;
	height:110px;
	overflow:hidden;
}
#aboutPage.news #picList{
	position:absolute;
}

/* add by linsz 090222*/
.noobButtons {
	position:absolute;
	top:120px;
	right:0px;
	width:390px;
}
.noobButtons strong {
	display:none;
}
.noobButtons #prev {
	float:left;
	display:block;
	width:7px;
	height:12px;
	cursor:hand;
	background:url('../../cn/images/arrow_left.gif') no-repeat 0 0;
}
.noobButtons #next {
	float:right;
	display:block;
	width:7px;
	height:12px;
	cursor:hand;
	background:url('../../cn/images/arrow_right.gif') no-repeat 0 0;		
}


/* ********************************** */

.thumbs{
	width:200px;
	margin-left:0px;
	margin-top:50px;
	float:left;
}
.thumbs div{
	display:block;
	width:180px;
	margin-left:20px;
	height:23px;
	margin-top:10px;
	cursor:hand;
	overflow:hidden;
}

.thumbs div a{
	display:block;
	color:#000000;
	background:url("../../cn/images/case_btn.gif") no-repeat 0px -24px;
	height:23px;
	padding-left:25px;
	padding-top:3px;
}
.thumbs div a:hover{
	color:white;
	background-position:0px 0px;
}
