
br.clear {
	clear: both;
}

#output img {	
	margin: 0;
	padding: 0;
	width: 960px;
	height: 500px;
	border: solid 10px #ffffff;
	
	/* Round select corners */
	
	-webkit-border-radius: 25px 0;
	-khtml-border-radius: 25px 0;	
	-moz-border-radius: 25px 0;
	border-radius: 25px 0;
}


#captions{
	margin: 0;
}

	#captions .line
	{
		margin: 5px 0 0 0;
		float: right;
		font-size: 24px;
		font-weight: bold;
		display: none !important;
	}

	#captions .line2 {
		position: absolute;
		top: 658px;
		display: none !important;
		width: 940px;
		margin: 0 10px;
		
		padding: 10px;
		text-align: left;
		
		/* Round select corners */
		-webkit-border-radius: 0 0 15px 0;
		-khtml-border-radius: 0 0 15px 0;	
		-moz-border-radius: 0 0 15px 0;
		border-radius: 0 0 15px 0;
		
		/* Apply Opacity */
		-khtml-opacity:.70; 
		-moz-opacity:.70; 
		-ms-filter:"alpha(opacity=70)"; 
		filter:alpha(opacity=70); 
		opacity:.70;		
	}
	

	#captions .line3 {
		display: block;
		margin: 2em 0 2em 0;
		font-size: 0.75em;
	}

.hidden {
	display: none;
}

.thumbnails
{
	width: 100%;
	list-style: none;
	margin: 50px auto;
	padding: 0;
	position: relative;
	top: 0;
}

	.thumbnails li
	{
		margin: 7px;
		float: left;
	}
	.thumbnails .first
	{
		margin-left: 0px;
	}
	.thumbnails .last
	{
		margin-right: 0px;
	}
	.thumbnails li img
	{
		width: 100px;
		height: 75px;
		border: solid 5px #ffffff;
		cursor: pointer;
		
		/* Round select corners */
		
		-webkit-border-radius: 15px 0;
		-khtml-border-radius: 15px 0;	
		-moz-border-radius: 15px 0;
		border-radius: 15px 0;	
	}

	.thumbnails li img.active
	{
		border: solid 5px #00a5d0;
	}
