﻿		#heading {
			display: block;
			text-align: center;
			margin-bottom: 1em;
			width: 450px;
		}
		#heading * {
			display: inline;
			padding:2px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
		}
		#heading li {
		
			font-size: 0.75em;
			line-height: 2em;
		}
		#heading li.active {
		
			border:solid 1px #66ccff;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		
		#buttons
		{
		}
		
		#wrapper { border: 1px dotted gray; margin: 1em; padding: 1em;}
		
			#panes {
			text-align: justify;
			border-style: none;
			margin: 0 1em 0 1em;
			display: block;

		}
		
		#panes p {
		  width: 300px;
		  margin: 0 auto 1em auto;
		  line-height: 1.2em;
		  display: block;
		}
		
		#panes div div 
		{
			overflow: hidden; 
			height: 325px;
			font-size: 0.75em;
			line-height: 2em;
			}
		
		#previous { float: none; cursor: pointer; padding-left:60px; }
		#next { float: none; cursor: pointer; padding-left:30px; }
		
		.slidingParagraph
		{
			display: block;
			height: 380px;
			overflow: hidden;		
			font-size: 100%;	
		}
#content
		{
	color: #4e4e4e;
	font-family: Tahoma, Arial, sans-serif;
		}
