/*-------------------------------------------    
	Auctions by Location
-------------------------------------------*/

#auctions {
	margin: 0;
	padding: 0;
	clear: both;
	background: transparent url(/i/screen/shw-title-bar-pink.png) no-repeat 0 0;
	/* border-bottom: 5px solid #dbdbdb; */
}

#auctions h4 {
	margin: 0;
	padding: 5px 0 0 10px;
	height: 32px;
	width: 300px;
	font-size: 10px;
	text-shadow: #555 0px 1px 0px;	
	color: #fff;
	}
	#auctions .more { float: right; position: relative; width: 200px; }
	#auctions .more a { color: #fff; }

#auctions .main-image-block { float: left; position: relative; width: 288px; height: 216px; }
#auctions .right { float: right; position: relative; width: 215px; }
#auctions ul { list-style: none; }
li.auction-location-item { width: 98px; margin-right: 8px; float: left; }
div.small-image { margin: 0 0 5px 0; padding: 0; height: 74px; }
div.small-lot-listing p { margin: 0; font-size: 10px; }

p.auction-ends {
	padding: 4px 0 0 20px;
	width: 288px;
	height: 25px;
	color: #fff;
	background: transparent url(/i/screen/auction-ends-ribbon.jpg) no-repeat 0 0;
	display: inline-block;
}

/*-------------------------------------------    
	Auctions by Location - No Animation
-------------------------------------------*/

#auctions-noanimation {
	margin: 0 0 1em 0;
	padding: 0;
	clear: both;
	background: transparent url(/i/screen/shw-title-bar-pink.png) no-repeat 0 0;
	border-bottom: 5px solid #dbdbdb;
}

#auctions-noanimation h4 {
	margin: 0;
	padding: 5px 0 0 10px;
	height: 32px;
	width: 300px;
	font-size: 10px;
	text-shadow: #555 0px 1px 0px;	
	color: #fff;
	}

#auctions-noanimation #mycarousel-auction { height: 260px; }	

#auctions-noanimation .main-image-block { float: left; position: relative; width: 288px; height: 216px; }
#auctions-noanimation .right { float: right; position: relative; width: 215px; }
#auctions-noanimation ul { list-style: none; }

#auctions-noanimationp .auction-ends {
	padding: 4px 0 0 20px;
	width: 288px;
	height: 25px;
	color: #fff;
	background: transparent url(/i/screen/auction-ends-ribbon.jpg) no-repeat 0 0;
}


.auction-location-overlay {
	position: relative;
	top:-25px;
	left: 0px;
	width: 70px;
	height: 15px;
	display: block;
}

.auction-closed {
	position: absolute;
	top:100px;
	left: -5px;
	display: block;
}

/*-------------------------------------------    
    Slider Stuff
-------------------------------------------*/

.jcarousel-skin-loc .jcarousel-container {
    -moz-border-radius: 10px;
}

/*
 * The horizontal wrapper container
 */
.jcarousel-skin-loc .jcarousel-container-horizontal {
    width: 520px;
    padding-bottom:10px;
}

/*
 * Each individual image on the clip
 */
.jcarousel-skin-loc .jcarousel-item {
    width: 520px;
    height: 260px;
}
