

#accordion {
	/*background:url(zixun.jpg) repeat scroll 0;*/
	padding:60px 0 10px 50px;
	width:890px;
	height:300px;
}


#accordion .img1 {
	float:left;
	margin-right:10px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}




#accordion .img1.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

#accordion .div1 {
	/*width:0px;*/
	float:left;	
	display:none;		
	margin-right:10px;
}




#accordion .div1 h3 {
	color:#444;
	margin:0 0 -10px 0;
	/*width:190px;*/
	font-size:15px;	
}
	
#accordion .div1 p {	
	font-size:11px;
	/*width:190px;*/
}
