/*center dynamic div*/
.outer-center { float: right; right: 50%; position: relative;}
.inner-center { float: right; right: -50%; position: relative;}
.clear { clear: both; }


/*.clear fix*/
/*.clearfix:after {content: " ";visibility: hidden;display: block;height: 0;clear: both;}*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* clear margin top of first child bug */
.cancel-child-margin{padding-top: 1px; margin-top: -1px; }