@charset "utf-8";
/* CSS Document */

a img{border:0;}
#slider1 {
    width: 980px; /* important to be same as image width */
    height: 500px; /* important to be same as image height */
	overflow: hidden; /* important */
	position:relative;
	top:0;
	left:0;
}

#slider1Content {
    width: 980px; /* important to be same as image width or wider */
	height:500px;
    position: absolute;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
}
.slider1Image {
	display: none;
}
.slider1Image span {
    position:absolute;
    width: 980px;
    background-color: #fff;
    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;
    right: 0;
	width: 520px !important;
	height: 225px;
}

ul { list-style-type: none;}
