<!--
/* styles to serve a button block with 1 image */
/* found on: http://home.tiscali.nl/developerscorner/port-hole/bunchbuttons.htm */
/* copy this code and paste in the <head> of the page */

body {

background-image: url('http://www.nickconstantinou.com/v2/background.gif');
background-repeat: repeat-y; 
background-position:center;
	
	}









#lightbox{
	position: absolute;
	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;
	padding: 1px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	background-color: #000000;	
}

#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(http://www.nickconstantinou.com/v2/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(http://www.nickconstantinou.com/v2/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.nickconstantinou.com/v2/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:0 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}












/* first the properties of all list-items <li> of the block of buttons */

#buttonblock li {
   height: 42px;          /* CHANGE: height of one button */
   margin-bottom: 0px;    /* CAN BE CHANGED: a space of 4px under each button */
   /* THESE CODES CAN STAY UNCHANGED: */ 	
   list-style-type: none; /* list without bullets */
   margin-left: -40px;    /* each button starting at the left side */
   margin-top: 0;  /* no top margin needed */
   font-size: 2px;        /* correction for InternetExplorer */
   line-height: 1px;      /* correction for InternetExplorer */
}

/* then the properties for all links <a> in the button block */

#buttonblock li a { 
   background-image: url('http://www.nickconstantinou.com/v2/buttons2.gif'); 
   height: 42px;          /* CHANGE: height of one button */
   width: 150px;          /* CHANGE: width of one button */
   display: block;
}

/* now we give for each button the normal position in the buttonblock, */
/* and after that the position at hovering (mouse-over) */

#button1 a { background-position: 0 0; }
#button1 a:hover { background-position: -150px 0; } 
#button1 a:active { background-position: -150px 0; }

#button2 a { background-position: 0 -42px; }
#button2 a:hover { background-position: -150px -42px; }
#button2 a:active { background-position: -150px -42px; }

#button3 a { background-position: 0 -84px; }
#button3 a:hover { background-position: -150px -84px; }
#button3 a:active { background-position: -150px -84px; }

#button4 a { background-position: 0 -126px; }
#button4 a:hover { background-position: -150px -126px; }
#button4 a:active { background-position: -150px -126px; }

#button5 a { background-position: 0 -168px; }
#button5 a:hover { background-position: -150px -168px; }
#button5 a:active { background-position: -150px -168px; }

#button6 a { background-position: 0 -210px; }
#button6 a:hover { background-position: -150px -210px; }
#button6 a:active { background-position: -150px -210px; }

#button7 a { background-position: 0 -252px; }
#button7 a:hover { background-position: -150px -252px; }
#button7 a:active { background-position: -150px -252px; }

#button8 a { background-position: 0 -294px; }
#button8 a:hover { background-position: -150px -294px; }
#button8 a:active { background-position: -150px -294px; }

  h1 {
    	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-size: 17pt;
	color: black;
	font-weight: bold;
	padding:0px;
	margin:0px;



}

  h2 {
    	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-size: 11pt;
	color: black;
	font-weight: normal;
	padding:0px;
	margin:0px;


	
}

}

  h3 {
    	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-size: 11pt;
	color: #fea700;
	font-weight: bold;
	padding:0px;
	margin:0px;


	
}



  h4 {
    	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-size: 10pt;
	color: black;
	font-weight: normal;
	padding:0px;
	margin:0px;


	
}

table#sample th {
	font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif ; 
	color: black;
	font-size: 11pt;
	text-align: center; 
}

table#sample td {
	font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif ; 
	color: black;
	font-size: 11pt;

	
}

.heading {
	font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif ; 
	color: black;
	font-size: 11pt;
	text-align: left;
	vertical-align: top; 

	font-weight: bold;
	
}

a img {border:0px;}
img {border:0px;}


a:link {
   	color: #fea700;
	font-weight: normal;
	font-size: 10pt; 
	text-decoration: underline;
	border:0;
}
a:visited {
    	color: #666666; 
	font-weight: normal;
	font-size: 10pt;  
	text-decoration: underline;
}
a:hover { 
	color: black;

	font-size: 10pt; 
	border:3;

}





hr {
   	height:1px;
	background:white;
	color:black;
  }















img.vline
{
position:absolute;
left:410px;
top:320px;
z-index:2
}


img.vline1
{
position:absolute;
left:610px;
top:320px;
z-index:2
}

img.vline2
{
position:absolute;
left:810px;
top:320px;
z-index:2
}

img.hline
{
position:absolute;
left:850px;
top:260px;
z-index:2
}












-->
</style>
<!-- end of buttonblock styles -->