.gallery_div {
	float: left;
	width: 250px;
	height: 250px;
}

.gallery_thumb_div {
	margin: auto;
	width: 200px;
	height: 200px;
}

.gallery_label {
	text-align: center;
}

A {
	border: none;
}

.thumbdiv_outer, .gallerydiv_outer {
	float: left;
	width: 160px;
	height: 180px;
	border: 1px solid black;
	margin: 3px;
	background: rgba(0, 0, 0, 0.2);
}

.button {
	height: 20px;
}

.thumbs {
	margin: auto;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 5px;
	width: 840px;
}

.title_label {
	color: black;
	text-shadow: white 0px 0px 3px;
	padding: 5px;
	padding-left: 10px;
	font-size: 30px;
}

.thumbdiv {
	margin: auto;
}

.curtain {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	display: none;
	z-index: 1;
}

.large {
	margin: auto;
	width: 500px;
	overflow: hidden;
	height: 100%;
}

.large_img {
	height: auto;
	max-width: 800px;
	max-height: 600px;
	display: none;
	z-index: 2;
}

.login {
	float: right;
	margin: 3px;
	font-size: 12px;
	display: none;
}

.right {
	float: right;
}

.pagelist {
	margin: 5px;
}

.page {
	float: left;
	border: 1px solid black;
	margin: 3px;
	width: 35px;
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}

.path_link, .next_arrow {
	margin: 3px;
}

.thumb_img {
	
}

.label {
	margin-top: 5px;
	background-color: black;
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid black;
	color: white;
}

.large_inner {
}

.current_path>DIV {
	margin-left: 10px;
}

.current_path {
	width: 400px;
}

.newgalleryform INPUT {
	float: left;
}

.new_gallery_div {
	margin-top: 5px;
	display: none;
}

INPUT {
	height: 10px;
	font-size: 7pt;
}

.loader {
	position: absolute;
	margin: auto;
}

.close {
	position: absolute;
	z-index: 20;
	margin-left: 500px;
}

.delete {
	position: absolute;
	margin-left: 140px;
	margin-top: 5px;
}

.alpha {
	/* http://robertnyman.com/2010/01/11/css-background-transparency-without-affecting-child-elements-through-rgba-and-filters/ */
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.container {
	margin: auto;
	width: 850px;
}

.left {
	float: left;
}

.title, .content, .current_path {
	border: 1px solid black;
	background-color: #894343;
	margin-bottom: 5px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}

BODY {
	background-color: #764343;
}

.content, .title, .current_path {
	overflow: hidden;
	width: 850px;
}

A {
	color: black;
	text-decoration: none;
}
