#slider1 {
    width: 960px; /* important to be same as image width */
    height: 220px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
    border:0px solid green;
    padding:0px;
    margin:0px;
    margin-left:auto;
    margin-right:auto;
}

#slider1Content {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
    padding:0px;
    margin:0px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
    border:0px;
}
.slider1Image span {
    position: absolute;
		font: 14px/24px Verdana, Arial sans-serif;
    padding: 10px 13px;
    width: 960px;
    background-color: transparent;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
	-khtml-opacity: 1;
    opacity: 1;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 26px;
    font-weight:normal;
    color: #fff;
}
.left {
	top: 0;
    left: 0;
	width: 340px !important;
	height: 220px;
	}

.left p{line-helght:15px;}

.right {
	right: 0;
	bottom: 0;
	top: 1px;
    left: 1px;
	width: 340px !important;
	height: 220px;
}
ul { list-style-type: none;}
li.slider1Image {line-helght:15px;padding:0px;}

.left a {color:#fff;text-decoration:underline;font-weight:bold;}
.left a:hover {color:#fc0;text-decoration:underline;}

.right a {color:#fff;text-decoration:underline;font-weight:bold;}
.right a:hover {color:#fc0;text-decoration:underline;}
