﻿#site-photos {
	border: solid 1px #444;
}

img.big-image {
	display: none;
	z-index: 3000;
	position: absolute;
	cursor: pointer;
}

.small-image {
	border: solid 1px #222 !important;
	margin: 2px;
}

#overlay {
	background-color: #000;
	z-index: 2999;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: none;
}

.photo-actions a {
	background-repeat: no-repeat;
	padding-left: 20px;
	min-height: 16px;
	margin-bottom: 5px;
	display: block;
}

.photo-actions a.edit {
	background-image: url(images/edit.png);
}

.photo-actions a.delete {
	background-image: url(images/delete.png);
}
