/*脚本幻灯*/
.cn_hd_tp{/*脚本幻灯外层*/
	clear: both;
	height: 230px;
	background-color: #00f;

}
.cn_hd_tp .zt{/*左部图片区*/
	float:left;
	width: 500px;
	background-image: url(images/hdbg.jpg);
}
.cn_hd_tp .zt img{/*左部图片大小*/
	width: 498px;
	height:230px;
	CURSOR: pointer;
}
.thubpic IMG{/*右部其他小图片边*/
	border: 1px solid #666666;
}
.thubpiccur IMG{/*右部当前小图片边*/
	border: 1px solid #e3e3e3;
}
.cn_hd_tp .yxt{/*右部小图片区层*/
	float:left;
	width:60px;
	height:198px;
	margin-left: 8px;
	padding-top: 6px;
}
.cn_hd_tp .yxt li{/*小图片区小层*/
	CURSOR:pointer;
	width:54px;
	float: left;
}
.cn_hd_tp .yxt li img{/*小图片区小层*/
	width:54px;
	height: 30px;
}
