#$id{
	position:absolute;
	height: $height;
}
#$id div{
	display:block;
	$float
	width: $width;
	height: $height;
	
}

.$id{
	position:relative;
	width: $width;
	height: $height;
	overflow:hidden;
}
/* ********************************** */

