/* CSS Document */
.exclusivites{
	position:relative;
	width:800px;
	overflow:hidden;
	height: 80px;
}

#exclusivites_listing{
	position:absolute;
}
#exclusivites_listing div{
	width:800px;
	float:left;
	height: 80px;
}

#exclusivites_nav{
	height: 15px;
}

.buttons{
	cursor:pointer;
}

