.myCarousel { 
    margin:0; 
    padding:0; 
    height:100px;
}
 
.myCarousel li { 
    width:100px; 
    height:100px;
	margin: 0 9px; 
    list-style:none;  
	float:left;
}

.myCarousel li img {
	display: block;
}

#cabCarousel {
	background-color: #eee;
	padding:10px;
	width: 948px;
} 

#api {
	background-color: #E5ECF9;
	padding:10px;
	width: 150px;
}

/** Custom jQuery carrousel **/

.carrousel {
	display:block;
}

.carrousel_itemList {
	margin:0;
	padding:0;
	position:relative;
	float:right;
}

.carrousel_itemList_li {
	float:left;
	position:relative;
	list-style:none;
	width: 17px;
	height: 17px;
	border: 1px solid #F0EB9E;
	text-align: center;
	margin: 1px;
}

