body
{
	margin: 0;
	padding: 0;
}
	#body
	{
		min-width: 1260px;
	}
	#plates
	{
		width: 260px;
		float: left;
		clear: left;
	}
		#plates ul
		{
			margin: 0;
			padding: 0;
			list-style-type: none;	
		}
			#plates h4
			{
				cursor: pointer;
			}
			#plates .group
			{
				display: none;
				height: 226px;
				overflow-y: scroll;
				padding: 0 0 0 10px;	
			}
				#plates img
				{
					width: 71px;
					margin-right: 5px;
					z-index: 1000;
				}
				#plates img:last-child
				{
					margin-right: 0;	
				}
	
	#wall-holder
	{
		min-width: 1000px;
		float: left;
	}