#carrousel{
    border: solid 1px #dbdbd9;
    width:510px;
    height:340px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}

.slide{
    position:absolute;
    top:0;
    left:0;
    width:510px;
    height:340px;
}

.title{
    position:absolute;
    padding-left:5px;
	padding-top:5px;
    width:510px;
    line-height:20px;
    height:80px;
    bottom:0;
    left:0;
    color:#000055;
    background:url(opaque.png) top left repeat;
}

.navigation {
	position:absolute;
	bottom:88px;
	right:5px;
}

.navigation span{
    background:#000;
    color:#fff;
    padding:8px 6px;
    cursor:pointer;
    margin:0 1px;
	
}

.navigation span:hover,.navigation span.active{
    background:#fff;
    color:#000;
}
.price {
	position:absolute;
	bottom:108px;
	right:5px;
	
}

.price span{
    background:#000;
	filter:   alpha(opacity=65);
    -moz-opacity:.65;
    opacity:.65;
    -khtml-opacity:.65;
	width:220px;
	height:40px;
    color:#ffffff;
	font-size:12px;
    padding:8px 4px;
    margin:0 1px;
	font-style:italic;
	
}

.price span:hover ,.price span.active{
    background:#000;
    filter:   alpha(opacity=65);
    -moz-opacity:.65;
    opacity:.65;
    -khtml-opacity:.65;
	color:#fff;
	
}