/* 
	@Author		Edithson Abelard
	
	@Package 	CSS Gallery
	
	@Company	Passion 47, Inc.
	
	@Usage		Copyright 2006 Passion 47, Inc. All rights reserved
	
	@Date		11/01/06
	
	@version 	1.0


 */

.pic
{

	float: left;
	margin: 0 1em 1.7em;
	height: 200px;
	width: 200px;
	border: 1px  #333333;
	display: block;
	border: none;
	

}

.pic img

{
	border: none;
}

.pic ul
{
	
	
	list-style: none;
}

.pic ul li
{

	text-align: center;
	
}

.pic a

{
	text-decoration: none;
}
