﻿
img {
	border:none;
	vertical-align:top;
}

* {
	margin:0;
	padding:0;
}
/*首页图片滚动*/

.flash_tab {
	width:100%;
	height:2px;
}
.flash_tab .tabs {
	height:5px;
	}
.flash_tab .tabs tr td {
	height:5px;

}
.flash_tab .tabs tr td.opdiv,.noopdiv {
	padding:0;
	opacity:1
}
.flash_tab .tabs tr td.opdiv a {
	width:100%;
	height:5px;
	background:url(../images/first.png) repeat-x;
	display:block;
}
.flash_tab .tabs tr td.noopdiv a {
	width:100%;
	height:5px;
	background:url(../images/repeatx.png) repeat-x;
	display:block;
}

