.GalleryView .lotContainer.end {
	margin-right: 0px;
}

.GalleryView .lotDetailLink {
	height: 222px;
}
.GalleryView .lotInfo {
	overflow: hidden;
}
.GalleryView .lotImage {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	margin: 0;
	text-align: center;
}
.GalleryView .itemImage {
	max-height: 225px;
	max-width: 85%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.GalleryView .lotTitle {
	color: #3079A4;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.364em;
	font-weight: bold;
	max-height: 2.8em;
	width: auto;
	line-height: 1.40em;
	margin-bottom: 10px;
	margin-top: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.GalleryView .lotContainer:hover .lotTitle {
	color: #000;
}
.GalleryView .currentPrice {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.GalleryView .eventTimeRemainingDiv .price_action_val {
	font-size: 13px;
}
.GalleryView a .eventTimeRemainingDiv .price_action_val {
	color: #666;
}
.GalleryView .galleryBorder {
	content: "";
	border-top: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}
#pageNumbersDiv {
	clear: both;
}