#teasers {
    height:300px;
	width:950px;
	padding:10px 20px 10px 20px;
	float:left;


}


#slideshow {
    height:228px;
	width:950px;
	padding:10px 20px 10px 20px;
	float:left;


}

#slideshow DIV {
	position:absolute;
	z-index:8;
	opacity:0.0;
	height: 208px;
	width:930px;
	padding:0 20px 0 0;
	background:url(../images/teaserBanner/teaser1.jpg);
	text-align:left;
	font: 13px/16px "Times New Roman", Times, serif;
	left: -1px;
	top: 209px;
	overflow:hidden;
	background:url(../images/teaserBanner/theBestOf.jpg) no-repeat;
}

#slideshow DIV h2 {
	margin-top:20px;
	font: 22px/26px "Times New Roman", Times, serif;
}

#slideshow DIV h3 {
	font: 18px/22px "Times New Roman", Times, serif;
}

#slideshow DIV ul {
	font: 20px/26px "Times New Roman", Times, serif;
	text-align:left;
}



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

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

#slideshow DIV IMG {
    height: 208px;
    display: block;
    border: 0;
}

