/* external stylesheet put together for incredibly-simplified-and-cleaned-up work page ~JM
   March 26, 2009 11:24pm www.justinbmiller.com */

#button_container {
	width: 450px;
	float: left;
}
.buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}
.buttons li {
	margin: 0px;
	padding: 0;
	float: left;
	position: relative;
	width: 58px;
	height: 59px;
}

.buttons a {
	text-decoration: none;
	color: #666;
}
.buttons a:hover {
	color: #000;
	text-decoration: underline;
}
.buttons img {
	border: none;
	padding: 0;
}
.buttons em {
	width: 58px;
	background: url(../work/images/_button_overlay.png) no-repeat;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 168px;
}

