.ref
{
	height: 200px;
	width: 150px;	
}

.outer
{
	position:absolute;
	overflow: hidden;
	visibility: hidden;
	display: none;
	height: 200px;
	width: 150px;
}

.inner
{
	position:absolute;
	overflow: hidden;
	visibility: visible;
	display: none;
	left: 0px;
	top: 2px;
	width: 150px;
}
