#protofade-wrap
{
}
#protofade
{
	position: relative;
}
#protofade div
{
	position: absolute;
}
#protofade-stub
{
	visibility: hidden;
}
.protofade-controls
{
	height: 25px;
	margin-top: -25px;
	margin-right: 10px;
	position: relative;
	float: right;
}
.protofade-controls a
{
	width: 31px;
	height: 15px;
	display: block;
	float: left;
}
.protofade-controls a.protofade-prev
{
	background-image: url(http://www.redstone.net/images/common/graphics/protofade-block-prev.gif);
}
.protofade-controls a.protofade-play
{
	background-image: url(http://www.redstone.net/images/common/graphics/protofade-block-play.gif);
}
.protofade-controls a.protofade-stop
{
	background-image: url(http://www.redstone.net/images/common/graphics/protofade-block-stop.gif);
}
.protofade-controls a.protofade-next
{
	background-image: url(http://www.redstone.net/images/common/graphics/protofade-block-next.gif);
}
