#imageContainer
{
	height:321px;
    position: relative;
}

#imageContainer img
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 725px;
	height: 321px;
}

.slideshow_title
{
    filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
    
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 725px;
    height: 42px;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    font-size: 20pt;
    color: white;
    padding-left: 16px;
}

.slideshow_titlebar
{
    filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
    
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 725px;
    height: 48px;
    background: black;
}