.div{
	width:570px;
	margin-top:30px;
}
#heading {
	display: block;
	text-align: left;
	margin-bottom: 2em;
	margin-right:10px;
}
.heading2{
margin-top:8px;
}

#heading * {
	display: inline;
	padding: 4px;
	/*user-select: none;*/
	cursor: pointer;
	vertical-align: middle;
}
#heading li.active {
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;*/
	font-weight:bolder;
	color:#000000;
}
#heading #first{
	color:#666666;
	border-left:none;
}
#heading #first.active{
	color:#000000;
	border-left:none;
}
#heading li {
	color:#666666;
	border-left:solid 1px #CCCCCC;
}
#wrapper {
	border: 1px dotted gray;
	margin: 1em;
	padding: 1em;
}
#panes {
	text-align: left;
	border-style: none;

}
#panes ul{
margin-left:130px; }
.pane{
height:520px;
}
.pane2{
height:100%;
}
#panes p {
text-align:left;
margin-bottom:8px;
}
#heading li {
margin-left:0px;
}
#panes h2 {
font-size:12px;
margin-top:0;
}
#panes p a:hover{
color:#000000;
}
#panes div div {
	overflow: hidden;
}
#previous {
	float: none;
	cursor: pointer;
}
#next {
	float: none;
	cursor: pointer;
}
#previous:hover, #next:hover  {
color:#000000;}
#content{
}
