#slideshow {
    position:relative;
    /*height:300px;
	width: 931px;*/
	height:418px;
	width: 931px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 100%;
	width: 100%;
	
	background-repeat: no-repeat;
	background-color: transparent;
	background-position:0px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}



#slideshow SPAN.videoImage {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	margin: 40px 25px 40px 40px;
	width: 240px;
	height: 135px;
}

#slideshow SPAN.slideshowLinks
{
	position: absolute;
	display: block;
	right: 0px;
	bottom: 0px;
	margin: 40px 25px 40px 40px;
	width: 248px;
	text-align: right;
}

#slideshow SPAN.slideshowLinks a,
#slideshow SPAN.slideshowLinks a:hover,
#slideshow SPAN.slideshowLinks a:visited
{
	display: block;
	color: #96BCCF;
	font-size: 14px;
	/*font-weight: bold;*/
	font-family: Tahoma;
	text-decoration: underline;
}

.plainText 
{
	float: left;
	color: white;
	margin: 0;
	font-size: 14px;
}

.blackBg {
	width: 360px;
	height: 418px;
	background: url(../_img/blackBg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0px;
	/*filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/

}

/*
#slideshow DIV IMG {
    height: 350px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}
*/
