body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
	  

		#heading2 {
			text-align: center;
			height:64px;
			width:920px;
		}
		#heading2 * {
			display: inline;
			padding: 4px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
		}
		#heading2 li.active {
			background-color: #66ccff;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		#panes {
			text-align: justify;
			border-style: none;
			left:300px;
			width: 906px;
			height: 300px;
			margin: 0 auto 0 auto;
			padding: 0 0 0 0px;
		}

		#content2 {
			vertical-align:middle;
		}

		#panes div div {
		  overflow: hidden;
		  padding: 5px;
		}
		
		#previous { float: none; cursor: pointer; }
		#next { float: none; cursor: pointer; }
		
		#gradr {  
		background: url(gradient-white-r.png) repeat-y;
		position: relative;
		display: block;
		width: 300px;
		height: 320px;
		z-index:1;
		top:-640px;
		left:606px;
		}

		#gradl {  
		background: url(gradient-white-l.png) repeat-y;
		position: relative;
		display: block;
		width: 300px;
		height: 320px;
		z-index:1;
		top:-320px;
		left:0px;
		}
		
		#wrapper {
		max-height:340px;
		}

