/* 	
	Table of Contents 
	
	[0] content
	
*/

/* [0] content */

#content{
	position: absolute;
	width: 600px;
	height: 420px;
	left: 385px;
	top: 50%;
	margin-top: -210px;
}
footer{
	position: absolute;
	width: 600px;
	height: 25px;
	left: 385px;
	top: 505px;
	text-align: right;
}
#slideshow{
	position: absolute;
	height: 420px;
	width: 600px;
	margin: 0;
	padding: 0;
	display: block;
}
.largecaption{
	position: relative;
	display: block;
	width: 600px;
	height: 50px;
	top: 370px;
	margin: 0;
}
.caption-background{
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0px;
	z-index: 1;
	background-color: #000000;
	-moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5;
	filter:alpha(opacity=50);
}
.caption-foreground{
	position: absolute;
	margin: 0px;
	padding: 5px;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.feature-image{
	position: absolute;
	margin: 0px;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 0;
}