body {
	margin-top: 125px; /* adjust this if the height of the menu bar changes */
}

.nav {
	margin-top: 16px;
	/* [disabled]color: #FFF; */ /* this is a faux center fix for the nav options - adjust this if you wish to change the logo height or the font of the menu items */
}

footer {
	padding: 30px 0;	
}

/*AUCTION NUDGE*/

#auction-nudge-items {
	max-width:100%;
	background:#fff !important;
	border: 1px solid #e3e3e3 !important;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.carousel-header {
	border-bottom:1px solid #e3e3e3 !important;
		
}

.img-border {
	border: 1px solid #e3e3e3 !important;
	display: block;
	height: auto;
	 max-width: 100%;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.jcarousel-next,
.jcarousel-prev {
	background:rgba(0,0,0,0.2) !important;
	top:31px !important;
	
}
	
	#auction-nudge-items .image-container {
		width: 100px !important;
		height:100px !important;
	}
	
