#protofade-wrap
{
}
#protofade
{
	position: relative;
}
#protofade div
{
	position: absolute;
}
#protofade-stub
{
	visibility: hidden;
}
.protofade-controls
{
	height: 149px;
	margin-top: -149px;
	position: relative;
}
.protofade-controls a
{
	width: 149px;
	height: 149px;
	display: block;
}
.protofade-controls a.protofade-prev
{
	float: left;
	background: transparent url(http://www.redstone.net/images/common/graphics/protofade-overlay-prev.gif) no-repeat left;
}
.protofade-controls a.protofade-next
{
	float: right;
	background: transparent url(http://www.redstone.net/images/common/graphics/protofade-overlay-next.gif) no-repeat right;
}

