/* CSS Document */
div#center {
	background: #fff;
	height: 400px;
	margin-left: 5px;
	
	}
div#center #slider {
		margin:auto;
		position: absolute;
		width: 740px;
		height: 400px;
		overflow: hidden;
		float: left;
	}
	div#center #slider .slide {
		position: absolute;
		width: 740px;
		height: 400px;
		overflow: hidden;
		border-left: #000 solid 1px;
		cursor: default;
		float: left;
	}
	div#center #slider .slide img{
		left:0px;
		float: left;
	}
	div#center #slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}
