#sloganbox {
	background-color:#006;
	width:762px;
	display:block;
}
#slogan-en {
	background:url('/img/slogan-en.png') no-repeat;
	height:200px;
}
#slogan-cn {
	background:url('/img/slogan-cn.png') no-repeat;
	height:200px;
}
#prdGallery {
	padding:129px 0 0 7px;
}
.prdimg img {
	float:left;
	border:5px solid #00c;
	margin:1px;
}
/*.prdimg:hover img {
	border:5px solid blue;
}*/
#productdiv {
	float:left;
	width:500px;
	border-right:1px dotted gray;
	height:350px;
	background-repeat: no-repeat;
}
#news {
	float:left;
	width:261px;
	background:url('/img/slogan2.png') no-repeat;
	padding-top:110px;
	display: inline;
	height:240px;
	overflow:auto;
}
#news h1 {
	/*margin-top:1px;*/
	font-size:1.1em;
	background-color:#f60;
	color:white;
	line-height:1.15em;
	padding:3px 10px;
}
#news ul {
	padding:0px 10px;
	line-height:1.15em;
}
#news ul li {
	padding-bottom:3px;
	list-style:none;
	background:url(/img/ball.gif) no-repeat 0 3px;
	padding-left:20px;
	line-height:1em;
}
#news .more {
	text-align:right;
	padding-right:10px;
}