td#content
{
	background-image:		none;
}

div.bodytext
{
	position: relative;
	z-index: 0;
	padding: 15px;
	margin-left: 10px;
	width: 240px;
	background-color: #8b0f04;
	color: #fdb813;
	float: right;
}

div#title-graphic
{
	margin-bottom:		-19px;
	position:			relative;
	z-index:			10;
}

/*	Slideshow styles	*/
#slideshow_frame
{
	position: 		relative;
	width: 			428px;
	height: 		438px;
	float:			left;
	z-index:		0;
	margin-bottom:	10px;
}

.slideshow_slide
{
	z-index: 		0;
	
	position: 		absolute;
	top: 			0px;
	left: 			0px;

	display: 		none;
	
	width: 			428px;
	height: 		438px;
	overflow: 		hidden;
}

#slide_1
{
	display: 		block;
}

#slideshow_queued
{
	display: 		block;
	z-index: 		10;
}

#slideshow_shown
{
	display: 		block;
	z-index: 		20;

	filter: 		alpha(opacity=99);
	opacity: 		.99;
	-moz-opacity: 	.99;
	-khtml-opacity:	.99;
}


.slideshow_desc
{
	position: 		absolute;
	top: 			409px;
	left: 			10px;
	font-size: 		13px;
}
