/* CSS Document */


#gallery_wrap {
	width: 650px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

div.pic {
	float: left;
	height: 190px;
	width: 180px;
	padding: 0px 15px;
	background-color: #FFFFFF;
	border: 0px none;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
div.pic image {
	border: none;
}
div.pic ul{
	padding: 0px;
	margin: 0.25em 0 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;		
}
div.sq img {
	height: 120px;
	width: 120px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

li.title, li.gallery
{
	display: block;
	text-align: left;
	list-style-type: none;
}
li.gallery{
	padding-bottom: 5px;
}
