#hidden-upload
{
	display: none;
}

table.photos .preview img {
	width: 50px;
}

table.photos .preview img:hover {
	position: absolute;
	width: auto;
}

#photo-reportage {
	text-align: center;
}

#photo-reportage.fullscreen {
	z-index: 100;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*margin-top: 50%;
	margin-bottom: 50%;
	margin-left: 50%;
	margin-right: 50%;*/
	background-color: black;
	background-color: rgba(0, 0, 0, 0.85)
}

#photo-reportage.fullscreen img {
	margin: 0px;
	margin-top: 10px;
}

.photo-upload li {
	list-style: none;
	float: left;
}

.photo-preview {
	text-align: center;
	width: 120px;
	height: 150px;
	
	float: left;
	
	padding: 5px;
	margin: 2px 10px;
	
	overflow: hidden;

	border: dotted 1px white;
}

.photo-preview p
{
	padding: 0;
	margin: 0;
}

.photo-preview .actions img
{
	width: 18px;
	height: 18px;
}

.photo-preview div {
	width: 110px;
	height: 110px;
	padding: 0;
	margin: 0;
	margin-left: 5px;
}

.photo-preview div img {
	max-width: 100px;
	max-height: 100px;
}

.photo-preview {
	
}
