.inside {
	position:relative;
	text-align:left;
}

.block { overflow:visible; }

.clear,
#clear {
	height:0.1px;
	font-size:0.1px;
	line-height:0.1px;
	clear:both;
}

.invisible {
	width:0px;
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;
}

.custom {
	display:block;
	text-align:left;
}

.custom:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

