#showcase1, #showcase2, #showcase3 {
	width:auto;
	height:auto;
	display:inline-block;
	float:right;
	border:0px solid red;
}
.gallery {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.gallery figure {
	width:auto;
	height: auto;
	display:inline-block;
	float: right;
	text-align: right;
	margin: 0;
	left:0 !important;
	border: 0px solid #FF0;
}
