.slides {
	width: 8000px;
}

	.slides .panel {
		width: 319px;
		height: 460px;
		float: left;
		border-left: 1px dashed #000;
	}
	
	.slides .panel.last {
		width: 318px;
		border-left: none;
		border-right: 1px dashed #000;
	}

	.slides ul {
		font-size: 9pt;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.slides ul li {
		margin-bottom: 2px;	
	}
	
	.slides ul li label {
		width: 90px;
		display:-moz-inline-stack;
		display: inline-block;
	}		
	
	.slides h3 {
		font-family: "Bodoni SvtyTwo ITC TT";
		font-size: 42pt;
		margin-top: 26px;	
		margin-bottom: 16px;	
	}
	
	.slides h4 {
		font-weight: bold;
		margin-top: 15px;
	}
	
	.slides p {
		margin-bottom: 19px;
	}

.slide {
	height: 460px;
	width: 640px;
	float: left;
}

	.slide.in-active {
		cursor: pointer;
	}

	.spacer {
		width: 80px;
		height: 460px;	
		float: left;
	}

.past {

}

	.past .image {
		width: 319px;
		height: 460px;
		background-position: left;
		background-image: url(../images/worn_relics/empty_frame.png);
		background-repeat: no-repeat;
		 
		float: left;
	}
	
	.past h3 {
		text-align: right;
	}
	
	.past .panel.history { border: none; }

#info {

}

	#info .image {
		width: 319px;
		height: 460px;
		background-position: center;
		background-image: url(../images/worn_relics/empty_frame.png);
		background-repeat: no-repeat;
		
		float: left;
	}

#future {

}

	#future h3 {
		margin-left: 20px;
	}
	
	#future ul {
		margin-top: 30px ;
	}

	/* Slides */
	.panel {
		width: 390px;
		float:left;
	}
	
	ul.info {
		float: right;
		width: 375px;
		height: 460px;
		font-size: 9pt;
		border-left: 1px dashed black;
		padding-left: 24px;
	}
	
	ul.info h3 {
		font-family: "Bodoni SvtyTwo ITC TT";
		font-size: 42pt;
		margin-top: 30px;	
		margin-bottom: 40px;
	}
	
	ul.info h4 {
		font-weight: bold;
		margin-top: 15px;
	}
	
	li.explanation {
		margin-bottom: 20px;
		padding-right: 70px;
	}
	

	li.disclaimer {
		margin-top:  30px;
		padding-right: 70px;
		font-style: italic;
	}