.wpbans-clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.wpbans-clearfix {display: inline-block;}
* html .wpbans-clearfix {height: 1%;}
.wpbans-clearfix {display: block;}

.ebay-container
{
	clear: both;
	width: 100%;
	border:1px solid #cecece;
	padding:10px 0 0 0;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: transparent;
}

.ebay-container-scrolling
{
	clear: both;
	width: 100%;
	border:1px solid #cecece;
	padding:10px 0 0 0;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: transparent;
	height: 145px;
	overflow: auto;
}

.ebayitem
{
	width: 105px;
	height: 145px;
	float: left;
	padding-left: 12px;
	margin-bottom: 5px;
	overflow: hidden;
}

.ebayitem-photo
{
	width: 95px; 
	height: 89px; 
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #ffffff;
	cursor: pointer;
/*	border:1px solid #cecece;*/
}

.ebayitem-photo img
{
	/*width: 100%;*/
	margin: 0 auto;
}

.ebayitem-price
{
	font-family: tahoma, arial, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	line-height:.8em;
	margin-top: 3px;
	overflow: hidden;
	padding:0;
}

.ebayitem-title
{
	line-height:1em;
	margin-top: 3px;
	text-align: center;
}

.ebayitem-title a
{
	font-family: tahoma, arial, sans-serif;
	font-size: .8em;
	font-weight: normal;
	padding:0;
}

