#slider1 {
    width: 778px; /* important to be same as image width */
    height: 337px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-top:4px;
}

#slider1Content {
    width: 778px; /* important to be same as image width or wider */
    position: absolute;
	top: -15px;
	margin-left: -40px;
}

.slider1Image {
    float: left;
    position: relative;
	display: none;
}

.slider1Image span {
    position: absolute;
	font: 10px/15px Arial,Verdana,sans-serif;
    padding: 10px 13px;
    width: 694px;
    height:50px;
    background-color: #000;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
	-khtml-opacity: 0.65;
    opacity: 0.65;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}

.slider1Image span strong {
    font-size: 14px;
}

.slider1Image img {
	border:0;
}

.bottom {
	right: 0;
	bottom: 0;
	width: 778px !important;
	height: 40px;
	margin-left:10px;
}


ul { list-style-type: none;}

li { margin:0; padding:0; }


li.slider1Image strong {
	font-size:13pt;
	padding-top:5px;
	padding-left:25px;
	display:block;
	line-height:16pt;
}

li.slider1Image em {
	font-size:12pt;
	font-style:normal;
	line-height:20pt;
	padding-left:25px;
	display:block;
	color:#d2d2d2;
}

