#Thumbs img
{
	width: 64px;
	height: 64px;
	border: 3px solid white;
}

#Thumbs a
{
	padding-right: 0.2em;
}

#Thumbs a:hover img
{
	border-color: #F93A00;
}

#Thumbs .Selected img
{
	border-color: #F93A00;
}


#Stage
{
	/*margin-top: 2em;*/
	overflow: hidden;
	width: 100%;
}

#Stage .Slide
{
	clear: both;
	position: relative;
	left: 101%;
	display: none;
}

#Stage .Selected
{
	position: relative;
	display: block;
}



