	#slider {
		position: relative;
		width: 816px; /* absolute width */
		height: 281px; /*absolute height*/
		left:0px;
		top:0px;
		overflow: hidden;
		background: #fff;

	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 333px;
		width: 500px;
		background: #fff;
		overflow: hidden;
		border-left: #fff solid 0px;
		cursor: default;
	}
	#slider .title   {
		color: white;
		font-weight: normal;
		font-size: 18px;
		margin-right: 1.5em;
		text-decoration: none;
	}
	
	#slider a   {
		color: white;
		font-weight: bold;
        text-decoration: underline;
	}
	#slider a:hover   {
		color: red;
		font-weight: bold;
        text-decoration: none;
	}	
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=40);
		opacity: 0.4;
	}
	#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: justify;
		width: 470px;
		left: 10px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}