.moduleOutput {
	display: table; zoom: 1; /* Force block formatting context; in IE<=7, use hasLayout to achieve a non-'width soft shrink-wrapped' but otherwise similar effect to display:table */
	width: 100%; /* Hint for Fx<=2 */
}

.moduleTaskTitle {
	display: none;
}

.itemPreview {
	position: relative; zoom: 1;
}

/* START EASY CLEARING */
.itemPreview:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* END EASY CLEARING */

.itemPreview .itemPreviewEditLink {
	position: absolute;
	top: 0;
	right: -3px;
}

.itemPreview .itemPreviewEditLink img {
	float: none !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
}

.mediaPhotoGrid  {
	clear:left;
	margin:10px;
	padding:0px;
}

.mediaPhotoGrid li{
	list-style:none;
	display:block;
	float:left;	
}

.mediaPhotoGrid  li img {
	float:left;
	margin:0px 4px 4px 0px;
	padding:2px;
	border:1px solid #999;
	background-color:#eee;
}
