.event-image-row {
	margin-bottom:13px;
	}
.event-image-row span {
	float:left;
	width:143px;
	height:130px;
	position:relative;
	}
.event-image-row span a.image {
	display:block;
	width:130px;
	height:130px;
	background:transparent;
	z-index:10;
	}
.event-image-row span a.zoom {
	position:absolute;
	top:0;
	left:0;
	width:130px;
	height:130px;
	background:transparent;
	z-index:11;
	}
.event-image-row span a.zoom:hover {
	background:transparent url(/img/admin/zoom.gif) no-repeat 60px 60px;
	}
.event-image-row span a.delete-event-image {
	position:absolute;
	top:2px;
	right:16px;
	width:14px;
	height:14px;
	background:transparent url(/img/admin/delete-image.gif) no-repeat 0 0;
	z-index:12px;
	}
.event-image-row span a.delete-event-image:hover {
	background-position:0 -14px;
	}
a.delete-event-image span, a.zoom span {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:12px;
	height:12px;
	}
.image-file {
	border:1px solid #ccc;
	position:relative;
	background:#efefef;
	margin:6px 30px 0 0;
	padding:2px 6px 4px 6px;
	}
.image-file p {
	padding:4px 0 20px 0;
	font-size:60%;
	}
a.delete-image-file {
	width:20px;
	height:20px;
	float:right;
	top:4px;
	}
.image-file:hover {
	cursor:pointer;
	}

