@font-face {
    font-family: 'HelveticaNeueCondensed';
    src: url('helvetnc-webfont.eot');
    src: url('helvetnc-webfont.eot?#iefix') format('embedded-opentype'),
         url('helvetnc-webfont.woff') format('woff'),
         url('helvetnc-webfont.ttf') format('truetype'),
         url('helvetnc-webfont.svg#HelveticaNeueCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SabonRoman';
    src: url('sabon-webfont.eot');
    src: url('sabon-webfont.eot?#iefix') format('embedded-opentype'),
         url('sabon-webfont.woff') format('woff'),
         url('sabon-webfont.ttf') format('truetype'),
         url('sabon-webfont.svg#SabonRoman') format('svg');
    font-weight: 100;
    font-style: normal;

}
p {
	font-family: 'SabonRoman', sans-serif;
	letter-spacing: 0px;
	font-size: 2.1em;
	color: #000;
	line-height: 130%;
	text-decoration: none;
}
.sabonmenu {
	font-family: 'HelveticaNeueCondensed', sans-serif;
	letter-spacing: 0.5px;
	font-size: 1.2em;
	color: #9d9187;
	line-height: 175%;
	display: inline;
	text-decoration: none;
	font-style: normal;	
}
.sabonmenu:hover {
	 font-family: 'HelveticaNeueCondensed', sans-serif;
	 letter-spacing: 0.5px;
	 font-size: 1.2em;
	 color: #000;
	 line-height: 175%;
	 display: inline;
	 text-decoration: none;
}
.contactgrey3 {
	color: #9d9187;
	text-align: left;
	padding-top: 0;
	font-size: 0.9em;
	line-height: 120%;
	letter-spacing: 1.5px;
}
/**

 * jQuery lightBox plugin

 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)

 * and adapted to me for use like a plugin from jQuery.

 * @name jquery-lightbox-0.5.css

 * @author Leandro Vieira Pinho - http://leandrovieira.com

 * @version 0.5

 * @date April 11, 2008

 * @category jQuery plugin

 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)

 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US

 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin

 */

#jquery-overlay {

	position: absolute;
    top: 0;
    left: 0;
    z-index: 150;
    width: 100%;
    height: 500px;

}

#jquery-lightbox {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 150;

	text-align: center;

	line-height: 0;

}

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {

	position: relative;

	background-color: #fff;

	width: 250px;

	height: 250px;

	margin: 0 auto;

}

#lightbox-container-image { padding: 10px; }

#lightbox-loading {

	position: absolute;

	top: 40%;

	left: 0%;

	height: 25%;

	width: 100%;

	text-align: center;

	line-height: 0;

}

#lightbox-nav {

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	z-index: 150;

}

#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none;}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {

	width: 49%;

	height: 100%;

	zoom: 1;

	display: block;

}

#lightbox-nav-btnPrev { 

	left: 0; 

	float: left;

}

#lightbox-nav-btnNext { 

	right: 0; 

	float: right;

}

#lightbox-container-image-data-box {

	font: 10px Verdana, Helvetica, sans-serif;

	background-color: #fff;

	margin: 0 auto;

	line-height: 1.4em;

	overflow: auto;

	width: 100%;

	padding: 0 10px 0;

}

#lightbox-container-image-data {

	padding: 0 10px; 

	color: #666; 

}

#lightbox-container-image-data #lightbox-image-details { 

	width: 70%; 

	float: left; 

	text-align: left; 

}	

#lightbox-image-details-caption { font-weight: bold; }

#lightbox-image-details-currentNumber {

	display: block; 

	clear: left; 

	padding-bottom: 1.0em;	

}			

#lightbox-secNav-btnClose {

	width: 66px; 

	float: right;

	padding-bottom: 0.7em;	

}


	/* jQuery lightBox plugin - Gallery style */
#gallerypage{
	width: 970px;
	height: 150px;
	position: relative;
	float:left;
	z-index:0;
	left: 0px;
	background-color: #FFFFFF;
	top: 0;
}
#wrapperport {
	width: 100%;
	height: 800px;
	position: absolute;
	top: 1px;
	left: 0;
	overflow: hidden;
	padding-top: 40px;
}
#headerport {
	width: 970px;
	height: 743px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	position: relative;
	z-index: 0;
}
#gallerybox{
	background-color: #fff;
	width:970px;
	overflow:scroll;
	overflow-y: hidden ! important;
	overflow-x: scroll ! important;
	position: relative;
	z-index:100;
}
#gallerybox::-webkit-scrollbar {
    -webkit-appearance: none;
}

#gallerybox::-webkit-scrollbar:vertical {
    width: 11px;
}

#gallerybox::-webkit-scrollbar:horizontal {
    height: 11px;
}

#gallerybox::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

#gallerybox::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 
#gallery {
	background-color: #fff;
	padding: 0;
	width: 4026px;
	position: relative;
	float: left;
	z-index: 150;
}
#navi {
	background-color: #fff;
	padding: 0;
	width: 4026px;
	height:30px;
	position: relative;
	float: left;
	z-index: 150;
}
#anchors {
	background-color: #fff;
	padding: 0;
	width: 4026px;
	height:2px;
	position: relative;
	float: left;
	z-index: 150;
}
#arrow1 {
	background-color: #fff;
	padding: 0;
	width: 18px;
	height: 20px;
	position: absolute;
	z-index: 200;
	left: 980px;
	top: 5px;
}
#anchordot1 {
	padding: 0;
	width: 5px;
	height: 5px;
	position: absolute;
	z-index: 200;
	left: 2000px;
	top: 10px;
}
#gallery ul { list-style: none;
	border:0;
	padding:0;
	margin:0;
	line-height:0;
}
#gallery ul li { display: inline;
	border:0;
	padding:0;
	margin:0;
	line-height:0;}
#gallery ul img {
	border: 0px solid #fff;
	border-width: 0px;
	padding:0px;
	margin:0;
	line-height:0;
}
#gallery ul a:hover img {
	border: 0px solid #fff;
	border-width: 0px;
	color: #fff;
	padding:0;
	margin:0;
	line-height:0;
}
#gallery ul a:hover { color: #fff; }
#bigimg{
	margin:0;
	padding:0;
	position:absolute;
	width:244px;
	height:244px;
	z-index:150px;
	left: 244px;
	top: 244px;
}
#ejkid{
	margin:0;
	padding:0;
	position:absolute;
	width:244px;
	height:244px;
	z-index:150px;
	left: 2806px;
	top: 122px;
}
#mjbig{
	margin:0;
	padding:0;
	position:absolute;
	width:244px;
	height:244px;
	z-index:150px;
	left: 3538px;
	top: 244px;
}
#mj{
	margin:0;
	padding:0;
	position:absolute;
	width:122px;
	height:244px;
	z-index:150px;
	left: 2196px;
	top: 0px;
}
#punk{
	margin:0;
	padding:0;
	position:absolute;
	width:122px;
	height:244px;
	z-index:150px;
	left: 1830px;
	top: 122px;
}
#clapton{
	margin:0;
	padding:0;
	position:absolute;
	width:122px;
	height:244px;
	z-index:150px;
	left: 2440px;
	top: 122px;
}
#mandela{
	margin:0;
	padding:0;
	position:absolute;
	width:122px;
	height:244px;
	z-index:150px;
	left: 1098px;
	top: 244px;
}
#spacer {
	width: 122px;
	height: 122px;
	border: 0px solid #fff;
	border-width: 0px;
	position: absolute;
	z-index:0;
}
#menuport{
	height: 40px;
	width: 1092px;
	position: absolute;
	z-index: 500;
	padding-left: 8px;
	padding-top:1%;
	left: 0px;
	top: 0px;
}
#contactgrey3{
	width: 970px;
	height: 50px;
	position: absolute;
	padding-top:1%;
	padding-left: 9px;
	left: 0px;
	top: 61px;
}
#pointyhand {
	width: 50px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	position: absolute;
	top: 17px;
	left: 865px;
	z-index: 333333333333;
}
img { border: 0; }
	
