	#center {
    	position: static;
        margin-top: 10px;
		height: 180px;
       	border: none;
        float: both;
        clear: both;
	}
	#slider {
		position: absolute;
		width: 800px;
		height: 200px;
		overflow: hidden;
		background: #000;
		border: none;
	}
	#slider .slide {
		position: absolute;
		height: 200px;
		width: 100%;
		background: #000;
        padding: 1px 1px 1px 1px;
		overflow: hidden;
		border: none;
        cursor: default;
	}
	#slider .title   {
		color: #fff;
        font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
	}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=60);
		opacity: 0.4;
	}
	#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: arial, Verdana, Helvetica, sans-serif;
		font-size: 0.7em;
		text-align: justify;
		width: 470px;
		left: 2px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}
