﻿	#slider {
		position: relative ;
		width: 650px;
		height: 320px;
		overflow: hidden;
		background: #cbcbcb;
		border: 1px solid #cbcbcb;
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 320px;
		width: 400px;
		background: #000;
		overflow: hidden;
		border-left: #cbcbcb solid 1px;
		cursor: default;
	}
	#slider .title   {
		color: #F80;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 0.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: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		width: 350px;
		left: 10px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}
