/* CSS Document */

#heading {
			display: block;
			text-align: center;
			margin-top: 1.5em;
			margin-bottom: 1em;
		}
		#heading * {
			display: inline;
			padding: 4px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
			
		}		
		#heading li.active {
			background-color: #c5dccd;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		
		
		
		#panes {
			text-align: justify;
			border-style: none;
			width: 836px;
			margin: 0;
		}
		
		#panes div div { overflow: hidden; }
		
		#previous { float: none; cursor: pointer; }
		#next { float: none; cursor: pointer; }
		