body {
	font-family: verdana;
	color: #cccccc;
	font-size: 12px;
	margin: auto;
	padding: 0;
	background: #000000;
}

/* tmc specials for pictures */
#wrapper {
	margin: auto; /* keep wrapper center */
	max-width: 1500px; /* dont upscale */
}

.fotorama__arr {
	opacity: 0.6;
}

/* text border */
.border {
	text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
	letter-spacing: 1px;
}

/* info location places */
.right {
	right: 10px;
}
.left {
	left: 10px;
}
.left,.right {
	position: absolute;
	margin: 0;
	top: 5px;
	z-index: 2147483647;
	opacity: 0.3;
}

.number {
	font-size: 18px;
	font-family: 'Gloria Hallelujah', cursive;
}

.close {
	font-size: 28px;
	font-family: 'Gloria Hallelujah', cursive;
	font-weight: bold;
	margin-right: 10px;
	cursor: pointer;
}

/* Nav-bar beautify */
.fotorama__nav-wrap {
	border-top: 1px solid #333333;
	margin-top: +8px;
	margin-bottom: -9px;
}
.fotorama__thumb-border {
	border-color: #ffffff !important;
}

