/* Copyright (c) 2012, Miljenko Barbir. All rights reserved. */
.fit-gallery
{
	/* float/height fix */
	overflow: auto;
	width: 100%;

	/* avoid issues with the right-scrollbar ruining the logic */
	width: 1000px;

	/* this must match the margin from the settings in the gallery component */
	padding-bottom: 5px;

	border: 1px solid #ccc;
}

	.fit-gallery .container
	{
		float: left;
		border: 1px dotted #ccc;
		background-color: #fff;
	}
