#nav{
	width: 21px;
}
#nav a{
	width: 21px;
	background-position: 0px 50%;
}
#nav li{
	width: 21px;
}
#content{
	margin: 1em 3em 2em 85px;
}

#links{
	clear: left;
}

#thumbs{
	width: 100%;
	float: left;
}
#thumbs li{
	list-style: none;
	float: left;
	width: 87px;
	text-align: center;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 10px;
}

#thumbs img, #image img{
	background-color: #fff;
	border: 2px solid #ddd;
	padding: 4px;
} 
#thumbs a, #thumbs img{
	height: 75px;
	width: 75px;
}

#image{
	float: left;
	width: 350px;
	padding: 0;
	margin: 0 2em 0 0;
	text-align: right;
}
#image img{
	float: right;
	max-width: 350px;
}
.web img{
	width: 350px;
}
#details, #list{
	margin-top: 1em;
	margin-left: 380px;
	background: #eee;
	padding: 1em 2em;
}
#list{
	clear: right;
	margin-left: 3em;
	background: none;
}
#footlinks{
	font-weight: bold;
	color: #600;
	margin-top: 1em;
	padding-top: 0.5em;
	font-size: 90%;
	border-top: 2px solid #ddd; 
}

#bizcards, #books, #comics, #misc{
	height: 120px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#bizcards{
	background-image: url(../img/bizcards-label.gif);
}
#books{
	background-image: url(../img/books-label.gif);
}
#comics{
	background-image: url(../img/comics-label.gif);
}
#misc{
	background-image: url(../img/misc-label.gif);
}

#img-controls{
	clear: both;
	text-align: right;
	height: 13px;
	padding: 0.5em 0;
}
a#zoom{
	font-size: 85%;
	line-height: 13px;
	padding-left: 15px;
	background: url(../img/zoom.gif) no-repeat;
}

#img-nav{
	float: right;
	text-align: right;
	height: 10px;
	margin: 0 0 0 1em;
}
#img-nav a{
	display: block;
	float: left;
	width: 14px;
	height: 10px;
	background-repeat: no-repeat;
	background-image: url(../img/dot.gif);
	background-position: 0 -10px;
}
#img-nav a#prev{
	background-image: url(../img/dot-prev.gif);
}
#img-nav a#next{
	background-image: url(../img/dot-next.gif);
}
#img-nav a:hover, #img-nav a.here{
	background-position: 0 0;
}

#details dl{
	float: left;
}
#details dt{
	float: left;
	clear: left;
	font-weight: bold;
}
#details dd{
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
.hidden{
	display: none;
}