@charset "utf-8";
/* CSS Document */


.gallery li {
	display: inline;
	list-style: none;
	width: 150px;
	min-height: 175px;
	float: left;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.2em;
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 15px;
}
	
	
img {  
border-style: none;
}
.gallery img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
