/* CSS Document */
/*.maisons_photos{
	position:relative;
	width:655px;
	overflow:hidden;
	height: 220px;
}

#maisons_photos_listing{
	position:absolute;
}

#maisons_photos_listing div{
	width:655px;
	float:left;
	height: 220px;
}

#maisons_photos_nav{
	height: 15px;
}

.buttons{
	cursor:pointer;
}
*/