#text
{
	font-family:Arial, Helvetica, sans-serif;
	background-color: rgba(0,0,70,0.7);
   position: absolute;
   top: 430px;
   left: 50%;
   margin-left: -145px;
   width: 595px;
   height: 470px;
   z-index: 1;
   text-align:justify;
   color: white;
   font-size: 75%;
   
   moz-border-radius: 5px;
  webkit-border-radius: 5px;
  o-border-radius: 5px;
  border-radius: 5px;
  

}

#text ul
{
	text-align: center;
	margin-left: -5%;
}

button img
{
	width:100px;
	height: 58px;
}

#text ul li
{
	display:inline-table;
	*display: inline;
    zoom: 1;
	width:25%;
	margin:1%;
	margin: 1px solid white;
	padding:1%;
	
	moz-border-radius: 5px;
  webkit-border-radius: 5px;
  o-border-radius: 5px;
  border-radius: 5px;
  
  -moz-box-shadow:0px 0px 10px #fff inset;
  -webkit-box-shadow:0px 0px 10px #fff inset;
  box-shadow:0px 0px 10px #fff inset;
}

#text ul li a 
{
	text-align:center;
	color:white;
	text-decoration:none;	
}


#photos
{
	font-family:Arial, Helvetica, sans-serif;
	background-color: rgba(0,0,70,0.7);
   position: absolute;
   top: 430px;
   right: 50%;
   margin-right: 155px;
   width: 295px;
   height: 470px;
   z-index: 1;
   
   moz-border-radius: 5px ;
  webkit-border-radius: 5px;
  o-border-radius: 5px;
  border-radius: 5px;
  

}

#here
{
	border: white solid 1px;
	height: 80px;
	margin: 15px 10px 10px 10px;
	
	moz-border-radius: 5px ;
	webkit-border-radius: 5px;
	o-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow:0px 0px 12px #fff inset;
	-webkit-box-shadow:0px 0px 12px #fff inset;
	box-shadow:0px 0px 12px #fff inset;
}

#here p
{
	
	color: white;
	font-size: 24px;
	text-align:center;
}

#slideshow
{
    position:relative;
    height:235px;
}

#slideshow IMG
{
	margin: 35px 10px 0 10px;
	width: 275px;
	height: auto;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active
{
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active
{
    z-index:9;
}

#footer
{
	top: 910px;
}