@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'AkkuratLightProRegular';
    src: url('akklg_pro_1-webfont.eot');
    src: url('akklg_pro_1-webfont.eot?iefix') format('eot'),
         url('akklg_pro_1-webfont.woff') format('woff'),
         url('akklg_pro_1-webfont.ttf') format('truetype'),
         url('akklg_pro_1-webfont.svg#webfontbsOg77sL') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{overflow: hidden; margin: 0; padding: 0; width: 1900px;}

#content{
	float: left;
	display: none;
	width: 470px;
	margin: 50px 0 0 50px;
	z-index: 100;
}

#logo{margin-bottom: 30px;}
#logo:hover{background-color:transparent; filter:alpha(opacity=30); -moz-opacity:0.30; -khtml-opacity: 0.30; opacity: 0.30;}


#menu{
	font-family:'AkkuratLightProRegular', Helvetica, sans-serif;
	color:#000;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 15px;
	margin: 50px 0 0 85px;
}


a:link, a:visited, a:active { color: #000; text-decoration: none;  }
a:hover { color: #000; text-decoration: underline; }


#text{
	font-family:'AkkuratLightProRegular', Helvetica, sans-serif;
    width: 350px;
	margin-top:100px;
	color:#000;
	font-size: 10px;
	text-transform: none;
	margin-left: 85px;
	line-height: 15px;
	height:400px;
	display: block;
}
	

img{border:none;}


#static_gal { width: 225px; z-index: 0; display: none; float: left; margin-left: 50px;}
#static_gal img {height: 100%;  position: absolute;}

#gallery {margin-left: 50px; float: left;}
#gallery div {position: absolute; top: 50px; display: none;}


#gallery .land img {width: 98%;}
#gallery .port {height: 96%;}
#gallery .port img {height: 96%;}
#gallery p{display: none;}
.nav a{
	display: block;
	overflow: hidden;
	height: 0px;
	width: 21px;
	padding-top: 26px;
	position: absolute;
	left: 530px;
}
.nav a:hover{
	background-position: 0 -26px;
}
#next{
	background-image: url(../img/next_i.png);
	top: 50px;
}
#prev{
	background-image: url(../img/prev_i.png);
	top: 86px;
}


.sel{
	text-decoration: underline !important;
}