#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#pictures li {
	float:left;
	height:<?php echo ($max_height + 10); ?>px;
	list-style:none outside;
	width:<?php echo ($max_width + 10); ?>px;
	text-align:center;
	padding:20px;
}
img {
	border:0px;
	outline:none;
}


* {
	margin: 0;
	padding: 0;
}
a {
	color: #000;
}
a:hover {
	color: #F00;
}
body {
	background: url(../../img/bg.png) repeat-y center top;
	color: #000;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}

h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 1.2em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background-repeat:repeat-y;
	margin: 0 auto;
	width: 900px;
	height: 1150px;
}

/* top */
.top {
	background: #ae0a0a;
	font: normal 2.4em Verdana,sans-serif;
	height: 60px;
	margin: 0 auto;
	width: 900px;
	text-align:center;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}
.top a:hover {
	background: #000cff;
	color: #FFF;
}

/* header */
.header {
	height: 180px;
	margin: 0 auto;
	width: 900px;
}

/* item */
.item {clear: both;}
.item .date {
	background-color:#ae0a0a;
	color: #FDD;
	float: left;
	height: 33px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 655px;
	height: 800px;
}
.item h1 {
	background: #ae0a0a;
	color: #FFF;
	line-height: 33px;
	padding-left: 16px;
}
.item .body {padding: 12px 18px;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 208px;
}
.navigation h1 {
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
	background-color: #ae0a0a;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #FFF;
	list-style: none;
}
.navigation li a {
	background-image:url(../img/bgbot.png);
	color: #FFF;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background-image:url(../img/bgfooter.gif);
	font-style:italic;
	color: #FFF;
}

/* footer */
.footer {
	background: url(../img/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 900px;
	height: 41px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}

/* ---- mail ---- */
.inputs { 
padding: 2px; 
border: 1px solid #ccc; 
width: 300px; 
height: 16px; 
} 

.caus { 
padding: 2px; 
border: 1px solid #ccc; 
width: 305px; 
height: 22px; 
} 

.validation { 
padding: 2px; 
border: 1px solid #ccc; 
width: 250px; 
height: 16px; 
} 

.wrong_validation { 
border: 1px solid #990000; 
background-color: #D70000; 
color: #FFFFFF; 
padding:4px; 
padding-left: 6px; 
width: 295px; 
margin: 0 auto; 
text-align: center;
font-size:12px;
} 

.message { 
padding: 2px; 
border: 1px solid #ccc; 
width: 300px; 
height: 100px; 
} 

.button { 
margin:0 0 0 52px; 
display: inline; 
border: 1px solid #ccc; 
width: 120px; 
height: 22px; 
padding: 0 2px 2px 2px; 
line-height: 14px; 
background-color: #EFEFEF; 
float: left; 
} 

#bottons {
	width: 400px;
	height: 50px;
	margin:auto;
}

/* ---- end mail ---- */


#vidio {
	width:640px;
	height:480px;
	margin:auto;
}

#mejd {
	height:125px;
	width:207px;
	background:#ae0a0a;
	margin: 0 0 1px 0;
}

#tyho {
	height:31px;
	width:88px;
	margin:22px auto;
}

#start {
	height:30px;
	width:100px;
	margin:20px auto;
}

#aer {
	height:67px;
	width:100px;
	padding: 27px 53px 27px 53px;
}

.bgmaps {
	float:left;
	height:auto;
	width:auto;
	background-image:url(../img/bgmaps.jpg);
}

.map {
	height:auto;
	width:535px;
	margin:auto auto;
}

.centerbold {
	text-align:center;
	font-size:14px;
	color:#333;
}

