
@import "default.css";

h2 {
	font-size:16px;
	color:#ffffff;
	margin:0 0 15px 0;
	padding:10px 0 8px 10px;
	background-color:#852e19;
}

.piclist {
	margin:0 0 20px 0;
}

.piclist ul {
	margin:0 -20px 0 0;
	padding:0;
	list-style:none;
	width:970px;
}

.piclist li {
	margin:0 4px 4px 0;
	float:left;
	width:155px;
	height:90px;
	text-align:center;
	overflow:hidden;
}

.piclist img {
	max-width:270px;
	max-height:230px;
	margin:-20px 0 0 -20px;
}
