


	.gallery-image-container
	{
		border:1px solid gray;
		float:left;
		height:176px;
		margin:0 16px 16px 0;
		width:150px;
	}

		.gallery-image
		{
			background:white;
			height:150px;
			position:relative;
			width:150px;
		}

			.gallery-image img
			{
				border:0;
				max-height:150px;
				max-width:150px;
			}

			.gallery-image-remove
			{
				border:0;
				left:134px;
				position:absolute;
				top:4px;
			}

		.gallery-image-container span
		{
			background:#aaaaaa;
			border-top:1px solid gray;
			color:white;
			display:block;
			height:20px;
			padding-top:5px;
			text-align:center;
		}

		.gallery-image-container-select
		{
			text-align:center;
			width:150px;
		}