/* TOP */
#top_cont{
height:380px;
width:930px;

}
/* TOP Things*/
#top_left{
position:absolute;
top:0px;
left:0px;
height:380px;
width:650px;
}

#top_middle{
position:absolute;
top:0px;
left:650px;
height:380px;
width:30px;

}

#top_right{
position:absolute;
top:0px;
left:680px;
height:380px;
width:250px;
}


/*MIDDLE*/
#middle_cont{
position:relative;
height:30px;
width:930px;

}
/* MIDDLE Things*/
#middle_left{
position:absolute;
top:0px;
left:0px;
height:30px;
width:650px;

}

#middle_middle{
position:absolute;
top:0px;
left:650px;
height:30px;
width:30px;

}

#middle_right{
position:absolute;
top:0px;
left:680px;
height:30px;
width:250px;

}




/*LOW*/
#low_cont{
position:relative;
height:190px;
width:930px;

}
/* LOW Things*/
#low_left{
position:absolute;
top:0px;
left:0px;
height:190px;
width:650px;
overflow:hidden;
}

#low_middle{
position:absolute;
top:0px;
left:650px;
height:190px;
width:30px;

}

#low_right{
position:absolute;
top:0px;
left:680px;
height:190px;
width:250px;
}

#low_right_img{
height:100px;
width:120px;
position:absolute;
top:15px;
left:65px;
}


#low_right_img a{
border:none;
}


/*BANERY*/
#ban_low{
font-family:calibri,  comic sans ms;
background: url(../l/nr.png) repeat transparent;
position:absolute;
left:400px;
top:20px;
height:30px;
width:250px;
}


#ban img{
position:absolute;
top:-30px;
left:320px;
}






#span_ban_low{
position:absolute;
top:6px;
left:150px;
font-weight:normal;
font-size:16px;
font-family: calibri, comic sans ms;
color:white;
}



#slogan_low{
font-family:calibri, comic sans ms;
font-weight:bold;
font-size:13px;
text-align:right;
color:gray;
position:absolute;
top:50px;
left:160px;
height:auto;
width:470px;
height:110px;
overflow:hidden;
}
#scroller{
position:relative;
top:5px;
}

#email{
position:absolute;
top:160px;
height:20px;
width:470px;
left:160px;
font-family:calibri, comic sans ms;
font-weight:bold;
font-size:13px;
color:gray;
text-align:right;
}

.mail{
font-size:11px;
}

/*Text*/

#text_cont{
height:275px;
width:625px;
position:absolute;
top:95px;
left:5px;
padding-left:5px;
padding-right:5px;
text-align:center;
color:black;
overflow:auto;
font-size:14px;
font-family:verdana ;
}

.text_first{
font-weight:bold;
}

#text_cont a{
color:gray;
font-weight:bold;

}


/*Galeria*/
#gallery {
position:relative;
top:10px;
left:0px;
width:620px;
height:240px;
text-align:center;
}
#gallery div { 
float:none;
display:inline-table; 
margin:10px;
padding:6px;
border:2px solid #969594;
}
#gallery a {
border:none;
}
#gallery img { 
border:none;
}


/*ling*/





/*lightbox*/

#lightbox{
	position: absolute;
	top:0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
  color:black;
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; color:black;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color:black;	padding-top:5px;}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; color:black;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}



