/* 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: 110px;
	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;
}

/* ---( gallery )----------------------------------- */

#icontent
	{
	margin: 0;
	padding: 0;
	clear: both;
	background: #ffffff url("images/back-repeat2.gif") repeat-y;
	}
	
#iport
	{
	width: 350px;
	float: left;
	padding: 20px;
	/* font-family: Georgia; */
	font-size: 1em;
	}
	
#iport p
	{
	font-size: 11px; 	
	line-height:14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, Helvetica, sans-serif; 
	}
