* { margin: 0; padding: 0; }

.tabwrap {
	background: #fff;
	overflow: hidden;
	margin: 10px 0;
}
.tabs { overflow: hidden; 
margin-bottom:10px;}
.tabs li { list-style: none; }
.tabs li a {
	float: left;
	display: block;
	color: #777;
	text-decoration: none;
	text-align: center;
	padding:0 20px;
	background:#ECECEC;
	line-height:2em;
}

.tabs li a:hover { background: #999; }
.tabs li:first-child a { border-left: 0; }
.tabs li:last-child a { border-right: 0; }

.tabs li.current a {
	background: #666;
	color: #FFF;
}

.tab_content > div {
	clear: both;
	display: none;
}

.tab_content .current { display: block; }
.tab_content #home.first { display: block; }
.tab_content #home1.first { display: block; }