﻿
.wrap:after
{	
	content: "."; 
	display: block; 
	height:	0px; 
	clear: both; 
	visibility: hidden;
}
				
.wrap
{
	display: inline-block;
}

/* Start hide from IE-Mac \*/

* html .wrap
{ 
	height: 1px; 
}
.wrap
{
	display: block;
}

/* End hide from IE-Mac */

