div.wrapper {
	width: 100%;
	margin: auto;
}
#data div > ul {
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #666;
	overflow: hidden;
}
#data ul li {
	list-style: none;
	float: left;
	margin-right: 4px;
}
#data  ul li.controls {
    float: right;
}s
#data ul li a {
	font-weight: bold;
	display: inline-block;
	padding: 6px 12px;
	color: #888;
	outline: 0;
	text-decoration: none;

	background: #f3f3f3;
	background: -webkit-gradient(linear,0 0,0 bottom,from(#eee),to(#e4e4e4));
	background: -moz-linear-gradient(#eee,#e4e4e4);
	background: linear-gradient(#eee,#e4e4e4);
	-pie-background: linear-gradient(#eee,#e4e4e4);
}

#data ul li a.current {
	color: white;

	background: #666;
	background: -webkit-gradient(linear,0 0,0 bottom,from(#888),to(#666));
	background: -moz-linear-gradient(#888,#666);
	background: linear-gradient(#888,#666);
	-pie-background: linear-gradient(#888,#666);
}
div.tabscontent > div {
	padding: 0 15px;
}
div.controls {
	float: right;
}
div.controls a {
	margin-left: 5px;
}
.lorem {
	font-style: italic;
}

.shape{
	border-bottom: none;

}