@charset "utf-8";
/* CSS Document */

/*瑞通首页图片幻灯样式 added by sheak 20091225*/
#slide {
        position:relative;
        width:675px;
        height:220px;
		float:right;
		margin:10px 15px 10px 0;
		*margin:10px 15px 10px 0 !important;
		*margin:10px 7px 0 0;
}
#pic_list {
        position:absolute;
		right:0px;
		top:0;
		padding-right:20px;
        width:170px;
		height:220px;
        list-style: none;
        overflow:hidden;
        z-index:2;
}
#pic_list li {
        width:150px;
        height:56px;
        padding-top:11px;
}
#pic_list li img {
        position:absolute;
        width:150px;
        height:56px;
        margin:0 25px;
        border:2px solid #fff;
}
#this_pic {
        position:absolute;
        width:100%;
        height:100%;
        border:none;
}
#transparence {
        position:absolute;
        right:0;
        top:0;
        height:220px;
        width:170px;
        background:#000;
		margin-right:-1px;
        z-index:1;
}

#index_hd_img{
	height:98px;
	margin:10px 0 0 15px;
}
#index_hd_img li{
	float:left;
	margin-right:5px;
}
#index_hd_img li img{
	border:2px solid #CCCCCC;
}