div.pl_fixedwidthslot > ul
{
	font-size: 0;
	padding:0;
}

div.pl_fixedwidthslot > ul > li 
{
	vertical-align:top;
	height:100%;
	width:200px;
	margin-left:-1px;
	margin-top:-1px;
	display: inline-block;
	font-size: 12px;
	border:solid 1px #eee;
	background:#fff;
	box-sizing:border-box;
	border-radius: 1px;
}
div.pl_fixedwidthslot > ul > li div
{
	text-align:center;
}

div.pl_fixedwidthslot > ul > li a
{
	display: block;
	padding:10px;
}

.minilist_thumb img
{
	width:150px;
}
.minilist_title
{
	margin-top:5px;
	height:75px;
}
.minilist_price
{
	color:#ff0000;
	font-weight:bold;
}

.minilist_thumb img:hover
{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}