#carrousel{

    width:833px;
    height:165px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}
#news1{
	background-image: url(img/slide1.png);
	width:833px;
    height:165px;
    margin:0 auto;
	
} 
#news2{
	background-image: url(img/slide2.png);
	width:833px;
    height:165px;
    margin:0 auto;
	
} 
#news3{
	background-image: url(img/slide3.png);
	width:833px;
    height:165px;
    margin:0 auto;
	
} 
#news4{
	background-image: url(img/slide4.png);
	width:833px;
    height:165px;
    margin:0 auto;
	
} 

.slide{
    position:absolute;
    top:0;
    left:0;
    width:833px;
    height:165px;
}



.navigation{
    position:absolute;
    bottom:38px;
    right:5px;
}

.navigation span{
    background:#000;
    color:#FFF;
    padding:2px 4px;
    cursor:pointer;
    margin:0 1px;
}

.navigation span:hover,.navigation span.active{
    background:#FFF;
    color:#000;
}
.text{
	position:absolute;
	width:557px;
	height:160px;
	left: 154px;
	top: 16px;
	
}
