	#slider {

		position: relative;

		width: 980px;

		height: 413px;
				

		overflow: hidden;

}


#f{
height:413;
width:752}



	#slider .slide {

		position: absolute;

		top: 0px;

		height: 100%;

		width: 100%;

		background: #000;

		overflow: hidden;

		border-left: #000 solid 1px;

		cursor: default;

	}

	#slider .title   {

		color: #F80;

		font-weight: bold;

		font-size: 14px;

		margin-right: 1.5em;

		text-decoration: none;

	}

	

	#slider .date   {

		color:#FFFF33;

		font-weight: bold;

		font-style:italic;

		font-size: 12px;

		margin-right: 1.5em;

		text-decoration: none;

	}

	

	#slider .backgroundText {

		position: absolute;

		width: 100%;

		height: 100%;

		top: 100%;

		background: #000;

		filter: alpha(opacity=0);

		opacity: 0.4;

	}

	

	#slider .text {

		position: absolute;

		top: 1%;

		top: 100%;

		color: #FFF;

		font-family: verdana, arial, Helvetica, sans-serif;

		font-size: 11px;

		text-align: justify;

		width: 500px;

		left: 10px;

	}

	#slider .diapo {

		position: absolute;

		filter: alpha(opacity=100);

		opacity: 1;

		visibility: hidden;

	}



