#carrousel{
    width:679px;
    height:150px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}

.slide{
    position:absolute;
    top:0;
    left:0;
    width:679px;
    height:150px;
	margin-top:0px;
	paddi/ng-left:10px;
}

.title{
    position:absolute;
    padding-left:12px;
    width:647px;
    line-height:25px;
    height:30px;
    bottom:0;
    left:0;
    back/ground: url(../design/bg-carrouseltitle.png);
	margin:0 10px;
	font-weight:bold;
}


.navigation{
    position:absolute;
    bottom:2px;
    right:15px;
}

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

.navigation span:hover,.navigation span.active{
    background:#FFF;
    color:#000;
}
