@import "common.css";
@import "comments.css";

#pad {
	padding-top : 20px;
}

.pictureThumb > a:first-child {
	display : block;
	float : left;
}
.pictureThumb > a:last-child {
	display : block;
	margin-left : 110px;
}
.pictureThumb h3 {
	text-align : center;
	font-size : 1.3em;
	margin-bottom : 15px;
	margin-left : 110px;
}
.pictureThumb {
	margin-top : 5px;
	display : block;
	clear : both;
	overflow : hidden;
}

ul.third {
	margin : 0;
	padding : 0;
}

ul.third li {
	list-style : none;
	width : 32%;
	margin-right : 1%;
	float : left;
}

* html .pictureThumb > a:first-child, * html ul.third li {
	position : relative;
}

#flashCarousel {
	position : relative;
	width : 100%;
	text-align : center;
	background-color : #000000;
}