
/* CSS Document */
* { padding:0px; margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Slide Show Dependant */
#SlideShow {
	position:relative;
	width:467px;
	height:238px;
	padding:0px;

	border-color:#c1c0c0;
	border-style:solid;
	border-width:1px;
}

#SlideShow_div {
	width:auto;
	height:238px;
	background-repeat: no-repeat;
}

#SlideShow_image {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;

	width: 467px;
	height: 238px;
	border: 0px none;
}

#SlideShow_controls {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:100;

	height:33px;
	width:100px;
}

#SlideShow_text_window {
	position:absolute;
	bottom:0px;
	z-index:50;

	/* background-color:#114E86; */

	/* Transparency */
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;

	height:40px;
	width:467px;
}
#SlideShow_text {
	position:absolute;
	bottom:0px;
	z-index:75;

	font-weight:normal;
	font-size:12px;
	color:#FFFFFF;

	height:37px;	/* 40 minus padding */
	width:467px;	/* 515 minus padding */
	padding-left:5px;
	padding-top:7px;
}

#SlideShow_text a {
	color:#FFFFFF;
	text-decoration:none;
}
