/* Stack */
#slideshow{
	width: 			160px;
}
.slideshow_image{
	margin: 		0px 0px 12px 0px;
}

/* Homepage */
#homepage_slideshow_sequence{
	float: 			left;
	height: 		350px;
	margin: 		0px 0px 0px 0px;
	position: 		relative;
	width: 			609px;
}
.homepage_slideshow_sequence_image{
	left: 			0px;
	margin: 		0px 0px 0px 0px;
	position: 		absolute;
	top:			0px;
}
.homepage_image_caption{
	background-color:	#ffffff;
	font:				11px/13px "Arial";
	left: 				0px;
	margin: 			13px 0px 0px 0px;
	height: 			40px;
	position: 			absolute;
	top:				314px;
	width: 				609px;
}

/* Fade Sequence */
#slideshow_sequence{
	float: 			left;
	height: 		720px;
	margin: 		0px 30px 0px 0px;
	position: 		relative;
	width: 			350px;
}
.slideshow_sequence_image{
	left: 			0px;
	margin: 		0px 0px 20px 0px;
	position: 		absolute;
	top:			0px;
}
.image_caption{
	background-color:	#ffffff;
	left: 				0px;
	height: 			40px;
	position: 			absolute;
	top:				270px;
	width: 				350px;
}