#slider1 {
	width: 650px; /* important to be same as image width */
	height: 400px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin:0px;
}

#slider1Content {
    width: 650px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font-size:14px;
    padding: 0px;
    width: 650px;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
	-khtml-opacity: 0;
    opacity: 0;
    color:#FFFFFF;
	line-height:25px;
    display: none;
}

.slider1Image a { color:#FFFFFF; }
.slider1Image a:hover { color:#FFFF00; }

.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 15px;
	line-height:20px;
}
.left_s {
	top: 0;
    left: 0;
	width: 200px !important;
	height: 360px;
	font-size:14px;
	line-height:20px;
	letter-spacing:1px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { 
	list-style-type: none;
	padding: 0;
	margin: 0;	
}