@charset "utf-8";
/* CSS Document */

#slider1 {
    width: 800px; /* important to be same as image width */
    height: 296px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background-color:#000000;
	z-index:-5000;


}

img{
border:0px;
}

#slider1Content {
	width: 800px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;

			margin:0;
			padding:0;
	
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
	
}

.clear {
	clear: both;
}


