html
{
	border: none;
	overflow: auto;
	margin: 0;
}

body { background-color: #f7f7f7; }


.centerstuff
{
	width: auto;
	margin-right: auto;
	margin-left: auto;
}


#slideviewer
{
	width: 400px;
	height: 325px;
	margin: 10px auto 10px auto;
}

#picture
{
	width: 300px;
	float: left;
}

#controls
{
	text-decoration: none;
	width: 80px;
	margin: 20px 0 0 10px;
	text-transform: none;
	float: right;
}

#caption
{
	width: 300px;
	clear: both;
	margin: 5px 0 0 0px;
}

#controls div
{
	padding: 0;
	margin: 20px 0 20px 0;
}

.forward
{
	float: right;
}

.back
{
	float: left;
}

.stop
{
	visibility: hidden;
	display: inline;
}


