/************************************************** TEMPLATE STYLES */
/****************************************************************** */
h1 { margin-bottom:0;}
h2 { margin-bottom:30px;}

#galleries { margin:30px 0 40px 0; }

div.LogContainer {
	border:1px solid #fff;
	width:250px;
	margin: 30px auto 0px;
	padding:3px;
	text-align:left; }

div.LogContainer img {width:250px; margin-bottom:2px; }

div.LogContainer a { font-size:10px; }

div.LogContainer a:hover { color:#fff; }

/****************************************************************** */

.thumbnail {
	width:52px;
	height:52px;
	margin:3px 3px 0 0;
	border:1px solid #000; }
	
.thumbnail:hover { border:1px solid #fff; }

#Slideshow {
	display:none;
	position:fixed;
	z-index:10;
	top:50%;
	left:50%;
	width:762px;
	height:604px;
	margin-left:-380px;
	margin-top:-301px;
	background-color: #000;
	border:1px dotted #fff; }

#loader {
	position:absolute;
	top:10px;
	right:10px; }

#closebutton {
	position:absolute;
	top:4px;
	left:5px;
	background: url(../pix/closebutton.png);
	background-repeat:no-repeat;
	width:70px;
	height:26px;
	text-indent: -5000px; }

#closebutton:hover { background-position: -71px 0 }

#arrowLeft {
	position:absolute;
	top:250px;
	left:15px;
	background: url(../pix/arrow_left.png);
	background-repeat:no-repeat;
	width:43px;
	height:84px;
	text-indent: -5000px; }
	
#arrowRight {
	position:absolute;
	top:250px;
	right:15px;
	background: url(../pix/arrow_right.png);
	background-repeat:no-repeat;
	width:43px;
	height:84px;
	text-indent: -5000px; }

#arrowLeft:hover, #arrowRight:hover { background-position: -43px 0 }

#bigimages {
	visibility:hidden;
	width:1px;
	height:1px;
	font-size:1px; }

input#isno {
	position:absolute;
	left:10px;
	bottom:8px;
	font-size:9px;
	color:#fff;
	background-color:#000;
	border:0px; }

/****************************************************************** */

.InputTitle {
	background-color:transparent;
	color:#fff;	
	font-size:32px;
	font-weight:bold;
	line-height:30px;
	height:35px;
	width:440px; }

.InputInfo {
	background-color:transparent;
	color:#fff;	
	font-size:14px; 
	line-height:12px;
	height:30px;  }

#foundnothumbs {
	margin:10px 0 10px 0;
	padding:20px 0 40px 0;
	text-align:center;
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff; }

#foundnothumbs img { margin:20px; }