
.tab{
	width: 580px;
	height:400px;
}
.tab .tab-nav{
	height: 30px;
}
.tab .tab-nav li{
	float: left;
	margin-right: 5px;
	background: #767676;
	border-radius: 3px 3px 0 0;
}

.tab .tab-nav li a{
	display: block;
	height: 30px;
	padding: 0 20px;
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
}
.tab .tab-nav li.actived{
	background: #fff;
}
.tab .tab-nav li.actived a{
	color: #777;
}
.tab .content-wrap{
	background: #fff;
	padding: 5px;
	height: 330px;
}
.tab .content-wrap img{

}
.tab .content-wrap .content-item{
	width: 580px;
	position: absolute;
	height: 330px;
	display: none;
}
.tab .content-wrap .current{
	display: block;
}
