@charset "UTF-8";
body
{
	width: 980px;
	margin: 50px auto;
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
	text-align: center;
	min-width: 800px;
}
#content
{
	position: relative;
}
#thumbInfo
{
	position: absolute;
	top: 20px;
	left: 100px;
	width: 700px;
	height: 500px;
	border: black medium solid;
	border-radius: 10px;
	background-color: #eee;
	opacity: 1.0;
	filter: alpha(opacity=100); /* IE */
	overflow: scroll;
}
#thumbInfoContent
{
	text-align: left;
	padding:10px;
}
#hungryMechIcon
{
	width: 720;
	height: 518;
	float: left;
	margin: 0px 20px 20px 40px;
	padding: 0px;
	position: relative;
}
#copyright 
{
	clear: both;
	margin: 50px auto;
	padding-top: 30px;
	font-size: 12px;	
}
#keepsafe
{
	background-image: url(../images/keepsafe-thumb.png);
	width: 200px;
	height: 100px;
	position: absolute;
	top: -50px;
	right: 150px;
	padding: 0px;	
}
#tickmachine
{
	background-image: url(../images/tickmachine-thumb.png);
	width: 200px;
	height: 100px;
	position: absolute;
	top: 50px;
	right: 90px;
	padding: 0px;	
}
#slapmereminders
{
	background-image: url(../images/slapmereminders-thumb.png);
	width: 200px;
	height: 100px;
	position: absolute;
	top: 150px;
	right: 40px;
	padding: 0px;	
}
#jobtrack
{
	background-image: url(../images/jobtrack-thumb.png);
	width: 200px;
	height: 100px;
	position: absolute;
	top: 250px;
	right: 40px;
	padding: 0px;
}
#threedmodels
{
	background-image: url(../images/3dmodels-thumb.png);
	width: 200px;
	height: 100px;
	position: absolute;
	top: 350px;
	right: 90px;
	padding: 0px;
}
#resume
{
	background-image: url(../images/resume-thumb.png);
	width: 200px;
	height: 100px;
	position: absolute;
	top: 450px;
	right: 150px;
	padding: 0px;
}

#closeButton 
{
	position:absolute;
	float: right;
	padding: 5px;
}
#upButton {
	position: absolute;
	float: right;
	padding: 5px;
}
#downButton {
	position: absolute;
	float: right;
	padding: 5px;
}
#closeButton:active
,#upButton:active,#downButton:active{
	padding-right:2px;
	padding-top: 6px;
}
.hidden
{
	display:none;
}
.visible
{
	display: block;
}
.thumbButton:hover
,.thumbButtonForDownload:hover{
	margin-right: -10px;
}
