h1 {
	position:absolute;
	text-indent:-999em;
}

/* PHOTO OF THE WEEK
=========================================== */
#photoWeek1 {
	background:#333 no-repeat 50% 50px;
}
#photoWeek2 {
	background:#333 no-repeat 50px 50%;
}
#photoWeek3 {
	background:#333 no-repeat 10px 10px;
}

#photoWeek1 img,
#photoWeek2 img,
#photoWeek3 img {
	float:left;
}
	
/* GALLERY
=========================================== */
.secondSection1 h2,
.secondSection2 h2,
.secondSection3 h2 {
	margin:0;
	font-size:3.4em;
	line-height:1.1em;
	font-weight:normal;
}
	.secondSection1 h2 {
		padding:50px 0 0 0;
	}
	.secondSection2 h2,
	.secondSection3 h2 {
		padding:50px 0 0 50px;
	}
.secondSection1 .gallery_sec {
	position:relative;
	float:left;
	display:inline;
	margin:25px 0 0 0;
	padding-bottom:25px;
	width:100%;
	min-height:140px;
	background:transparent url(../images/dots.gif) repeat-x left bottom;
}
.secondSection2 .gallery_sec,
.secondSection3 .gallery_sec {
	position:relative;
	float:left;
	display:inline;
	margin:25px 0 0 50px;
	padding-bottom:25px;
	width:350px;
	min-height:140px;
	background:transparent url(../images/dots.gif) repeat-x left bottom;
}
	* html .gallery_sec {
		height:140px;
	}
	.gallery_sec h3 {
		padding-bottom:15px;
		font-size:1.8em;
		line-height:1em;
		color:#111;
		text-transform:uppercase;
	}
	.gallery_sec img {
		position:absolute;
		top:35px;
		left:0;
	}
	.gallery_sec p {
		margin-left:130px;
	}
#models div {
	background:transparent url(../images/models1.gif) no-repeat 8px 8px;
}
#portraits div {
	background:transparent url(../images/portraits1.gif) no-repeat 8px 8px;
}
#eccentric div {
	background:transparent url(../images/eccentric1.gif) no-repeat 8px 8px;
}
#projects div {
	background:transparent url(../images/projects1.gif) no-repeat 8px 8px;
}
	.secondSection2 #eccentric,
	.secondSection3 #eccentric,
	.secondSection1 #projects,
	.secondSection2 #projects,
	.secondSection3 #projects  {
		background:transparent url();
		padding-bottom:30px;
	}