#machine_container
{
	padding: 0px;
}

#machine_container table
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#machine_container table h3
{
	margin: 0px;
	padding: 5px;
}

#machine_container td.image
{
	padding: 5px;
	margin: 0px;
	text-align: center;
}

#images-window-container
{
	display: none;
	background-color: #fff;
	position: relative;
	border: 2px solid #540E0E;
}

#images-window
{
	background: url('/pub/image/loading.gif') no-repeat center 100px;
	min-width: 580px;
	min-height: 400px;
	text-align: center;
	padding-top: 10px;
}

#image-prev
{
	display: none;
	position: absolute;
	top: 100px;
	left: -10px;
}

#image-next
{
	display: none;
	position: absolute;
	top: 100px;
	right: -10px;
	cursor: hand;
}

#image-back
{
	display: none;
	position: absolute;
	bottom: -10px;
	right: -10px;
	cursor: hand;
}

.caption
{
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 5px;
}
