/* Gallery */

div.pic
{
	float: left;
	height: 120px;
	width: 130px;
	padding: 0 12px;
	margin: 0px 3px;
	background: url(frame-ls.gif) center no-repeat;
}

div.pt { background-image: url(frame-pt.gif); }

div.pic img
{
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}

div.ls img
{
	height: 103px;
	width: 150px;
	margin: 3px 0 0;
}

div.pt img
{
	height: 150px;
	width: 96px;
	margin: 0 3px;
}

div.pt ul { display: none; }

div.pic ul
{
	margin: 0;
	padding: 0;
}

li.price, li.catno { display: none; }

li.title
{
	list-style: none;
	text-align: center;
	color: #999;
	font: bold 9px Verdana, sans-serif;
	margin: 2px 15px;
}
