#heading {
display: block;
text-align: center;
height: auto;
padding-top: 20px;
padding-bottom: 0;
overflow: hidden; 
}

#heading * {
display: inline;
padding: 10px;
user-select: none;
cursor: pointer;
vertical-align: middle;
font: 14px/30px Georgia, "Times New Roman", Times, serif;
color: #5f6b77;
}

#heading li.active {
background-color: #eee;
border-radius: 3px;
-webkit-border-radius: 3px;
-opera-border-radius: 3px;
-moz-border-radius: 3px;
}

#heading  li {
background-color: #d9d9d9;
border-radius: 3px;
-webkit-border-radius: 3px;
-opera-border-radius: 3px;
-moz-border-radius: 3px;
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
}

#wrapper { 
padding: 0em;
margin: 0;
height: 343px;
border: 1px solid #eee;
background-color: #eee;
}

#panes {
text-align: left;
border-style: none;
width: 850px;
margin: 0;
background-color: #eee;
}


#panes p {
line-height: 25px;
padding-top: 0;
padding-bottom: 5px;
font-size: 14px;
}

#panes h2 {
font: 20px Georgia, "Times New Roman", Times, serif;
color: #5f6b77;
}


#inside_pane{
width: 800px;
margin: 30px auto auto;
background-color: #eee;

}

#panes div div { overflow: hidden;
background-color: #eee;
}

#previous { float: none; cursor: pointer; }
#next { float: none; cursor: pointer; }




