#imageUploader {
	margin: 10px 0;
	background: #f4f7dd;
}
	
	#imageUploader a.addImage {}
		
		#imageUploader a.addImage {
			display: block;
			padding: 0 10px;
			height: 25px;
			line-height: 25px;
			font-size: 14px;
			font-weight: bold;
			color: #5b5f29;
			text-decoration: none;
		}
		
		#imageUploader #imageCount {
			display: block;
			float: right;
			font-size: 11px;
			font-weight: normal;
			color: #ced576;
		}
	
	#imageUploader p {
		margin: 0;
		padding: 5px 10px;
	}
			

.imageGroup {}
	
	.imageGroup {
		padding: 10px;
		border-top: 1px dashed #ced576;
	}
	
	.imageGroup a {
		color: #5b5f29;
		text-decoration: none;
	}
	
	.imageGroup form {
		margin: 0;
		padding: 0;
	}
	
	.imageGroup iframe {
		position: absolute;
		visibility: hidden;
		top: -200px;
		left: -200px;
		width: 1px;
		height: 1px;
	}
	
	#product .imageGroup select {
		margin-right: 5px;
		background: #ced576;
		color: #fff;
	}
	
	.imageGroup .loading {
		text-align: center;
	}
	
	.imageGroup .reset {
		font-weight: bold;
		font-size: 12px;
	}
	
	.imageGroup .position {
		padding-top: 5px;
		font-size: 11px;
		font-weight: bold;
	}
	
	.imageGroup .colouring {
		clear: both;
		padding-top: 5px;
		font-size: 11px;
		font-weight: bold;
	}
	
	.imageGroup input.submit {
		font-size: 11px;
		font-weight: bold;
		padding: 2px 4px;
		float: right;
	}

div.clear { clear: both; }
