/*html { overflow: hidden; }

body {
    background: #000;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 100%;
}*/
	img{border:0;}
	#center {
		position: absolute;
	}
	.box{width:1050px; height:603px;}
	#slider {
		position: absolute;
		width: 100%;
		height: 500px;
		overflow: hidden;
		
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 495px;
		width: 725px;
		background: #FFF;
		overflow: hidden;
		border-left: #000 solid 1px;
		cursor: default;
	}
h1   
{
    font-size:14px;
    line-height:20px;
		color: #F80;
		font-weight: bold;
		text-decoration: none;

	}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=60);
		opacity: 0.7;
		left:0;
	}
	#slider .text {
		position: absolute;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		width: 630px;
		height:0px;
		left: 15px;
		line-height:18px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}