#slideShow 
{
    width: 800px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slideShowSlides 
{
    width: 800px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
}

.slideShowImg 
{
    float: left;
    position: relative;
	display: none;
}

.slideShowImg span {
    position: absolute;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	padding: 12px 13px;
    width: 774px;
	background-image: url(../images/slides/sldTxtPnl.gif);
	background-repeat: repeat;
	height:60px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
	bottom:1;
    color: #ffffff;
    display: none;
}

.slideShowImg img
{
	width:800px;
	height:300px;
}
.clear {
	clear: both;
}

.slideShowImg span strong {
	font-size: 16px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:bold;
    color: #ffffff;
    letter-spacing:1px;
    /*background-color: #000;*/
}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

