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

/*Slider*/

#slide {
	height:259px;
}

#center {
		position: relative;
	}
	
	#slider {
		background:#ffffff none repeat scroll 0%;
		border:3px solid black;
		height:290px;
		overflow:hidden;
		position:absolute;
		/*margin-top:15px;
		margin-top:10px;
		margin-left:22px;*/
		width:938px;
	}

	#slider .slide {
		position: absolute;
		top: 0px;
		height: 290px;
		width: 570px;
		background: #ffffff;
		overflow: hidden;
		border-left: #ffffff solid 3px;
		cursor: default;
	}

	#slider .title   {
		color: #F80;
		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=40);
		opacity: 0.8;
	}*/

	#slider .text {
		position: absolute;		
		color: #fff;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		height:200px;		
	}

	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}
