@charset "utf-8";

#folioTitle{
	width:900px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
}

#foliocontainer {
	position:relative;
	width:900px;
	height:700px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#foliocontainer img {
	margin-bottom: 20px;
	cursor: pointer;
}
#widecolumn {
	position:absolute;
	width:440px;
	height:700px;
	left: 0px;
	top: 0px;
	z-index:1;
}
#photocredit{
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	padding-left: 20px;
	z-index:2;
	left: 0px;
	top: 616px;
	width: 153px;
}
#column1 {
	position:absolute;
	width:210px;
	height:700px;
	left: 0px;
	top: 0px;
}
#column2 {
	position:absolute;
	width:210px;
	height:700px;
	left: 230px;
	top: 0px;
}
#column3 {
	position:absolute;
	width:210px;
	height:700px;
	left: 460px;
	top: 0px;
}
#column4 {
	position:absolute;
	width:210px;
	height:700px;
	left: 690px;
	top: 0px;
}
