﻿.hidden
{
	display: none;
	position: static;
}

.visible
{
	position: static;	
}