div#portfolio {
	width: 780px;
	padding: 0px;
	margin: 0px;
}
div#large {
	position: absolute;
	left: 10px;
	width: 410px;
	height: 410px;
	overflow: hidden;
	text-align: center;
}
div#large img {
	border: 3px ridge;
	color: white;
}
div#gallery {
	position: absolute;
	left: 430px;
	width: 360px;
}
div#gallery img {
	width: 50px;
	height: 50px;
	margin: 0px 8px 8px 8px;
	border: 1px solid #d0d0d0;
}
div#gallery img:hover {
	border: 1px solid #ca6a6a;
}
div#pages {
	margin: 0px;
	padding: 0px;
	width: 360px;
	height: 20px;
	vertical-align: top;
}
div#pages a {
	font-family: Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
}
div#prev_page {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
}
div#next_page {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 360px;
	text-align: right;
}
div#preload {
	display: none;
	visibility: hidden;
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#preload img {
	width: 0px;
	height: 0px;
}

