#featuredLots {
	width: 100%;
}
.GalleryView .lotContainer {
	margin-left: auto;
	margin-right: auto;
}
#featuredLots:after {
	content: "";
	clear: both;
	visibility: hidden;
	display: block;
}
.GalleryView .galleryBorder {
	content: "";
	border-top: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}
.GalleryView .seller {
	font-weight: bold;
	overflow: hidden;
	font-size: 12px;
	height: auto;
}
.grid-x #pageNumbersDiv {
    border: none;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    position: static;
}
.grid-x #pageNumbersList,
.grid-x #perPageListWrapper {
    float: none;
}
.GalleryView .lotTitle {
    width: auto;
}

.GalleryView .currentPrice{
	float: none;
}

.GalleryView .galleryButton.ipmoButton{
	margin: 0;
}

.GalleryView .eventTimeRemainingDiv {
	float: none;
	height: auto;	
}
.GalleryView .lotInfo {
	overflow: hidden;
	padding: 5px;
}

.GalleryView .lotImage {
	float: none;
}

.liveAuctionCountdownTimer {
	font-size:14px;
	padding-right:20px;
}

.countdownTimer {
	font-size:13px;
	padding: 8px 0 0 0;
	text-align: left;
}

.galleryButton {
	margin: 0;
}

.galleryButton.liveAuctionButton {
	font-weight: bold;
}
