/* CSS Document */
.cf{ display: inline-table; }
/*Hides from IE-mac \*/
* html .cf { height: 1%; }
.cf{ display:block; }
/* End hide from IE-mac */


#postpics {display:inline-block;width:100%;_width:99%;border-bottom: 1px solid #ddd;padding-bottom:10px;}
/* Hide from IE-mac \*/
* html #postpics {
height:1%;
width:auto;
_width:99%;
}
#postpics {
display:table;
}
/* End hide from IE-mac */

div#postpics dl.picwcaption{display:inline-block;border:0;width:110px;height:110px;}
/* Hide from IE-mac \*/
* html div#postpics dl.picwcaption {
	height:1%;
	width:110px;
	}
div#postpics dl.picwcaption {
	display:table;
	}
/* End hide from IE-mac */