#slider1 {
    width: 800px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	padding:0px 0px 0px 0px;
	top:0;
	left:0;
}

#slider1Content {
    position: absolute;
	
}
.slider1Image {
    position: relative;
	display: none;
}

.slider1Image span {
    position: absolute;
    padding: 10px 10px;
    width: 800px;
	height:50px;
	background-image:url(images/_slideshow_text_bg.png);
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}

.bottom {
bottom: 0;
left: 0;
}

.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 300px;
}


ul {padding:0px 0px 0px 0px;}
li {padding:0px 0px 0px 0px;}
