/* File: PolleAubert.css
/* Location: /styles
/* Author: Nik Linders, eleven59.nl
/* Version: 2.0a 2009/07/01

/* main page */
	html, body, #thumbsTable {
		height: 100%;
		margin: 0;
		padding: 0;
		border: none;
		text-align: center;
	}

	body {
		color:				#A3A3A3;
		font-size:			10px;
		background:			url('../img/back.gif');
		background-color:	#111111;
		overflow:			hidden
	}

/*	* { 
		behavior:			url(iepngfix.htc);
	}*/
	
	a:hover {
		text-decoration: none;
		color: #A3A3A3
	}
	a:visited,a:active,a {
		text-decoration: none;
		color: #FFFFFF
	}
	
	#thumbsTable, #loadTable, #loadTable td {
		width:				100%;
		height:				100%;
		margin:				0 auto;
		text-align:			center;
		vertical-align:		middle;
	}
	#thumbsDiv {
		width:				100%;
		height:				100%;
		margin:				0 auto;
		padding:			0 5%;
		text-align:			center;
		vertical-align:		middle;
	}
	
	#thumbsTable {
		z-index: 2;
	}
	
	div#loadThumbsDiv {
		position:			absolute;
		width:				50px;
		height:				50px;
		top:				50%;
		left:				50%;
		margin-top:			-25px;
		margin-left:		-25px;
		text-align:			center;
		display:			none;
		z-index:			1
	}
	
	div#loadDiv {
		position:			absolute;
		width:				100%;
		height:				100%;
		background:			#111111;
		top:				0px;
		left:				0px;
		text-align:			center;
		display:			none;
		z-index:			10
	}
	
/* enlargement / overlay  */
	div#enlargeDiv {
		position: 			absolute;
		background: 		transparent;
		left:				0px;
		top:				0px;
		opacity:			0;
		overflow-y:			scroll;
		width:				100%;
		height:				100%;
		z-index:			30000;
		padding-top:		20px;
		padding-bottom:		20px
	}
	
	div#bio, #expo{
		position: 			absolute;
		display: 			none
	}
	
/* menu */
	div#menuDiv {
		position:			absolute;
		height:				79px;
		width:				393px;
		left:				40px;
		top:				0px;
		background:			transparent;
		clear:				both;
		z-index:			6
	}

	div#menuThumbsWrapper {
		background:			url('../img/menu2.png');
		position:			relative;
		height:				79px;
		width:				325px;
		margin:				0px;
		overflow:			hidden;
		float:				left;
		white-space:		nowrap;
		z-index:			2
	}

	div#menuLoad {
		background:			transparent;
		position:			absolute;
		top:				0px;
		left:				0px;
		height:				79px;
		width:				325px;
		padding:			4px;
		margin-left:		-4px;
		white-space:		nowrap;
		margin-top:			0px;
		text-align:			center;
		z-index:			1
	}
	
	div#menuThumbs {
		background:			transparent;
		position:			absolute;
		height:				79px;
		top:				0px;
		left:				0px;
		white-space:		nowrap;
		padding:			4px;
		margin-left:		-4px;
		margin-top:			0px;
		z-index:			111
	}

	div#menuThumbs a {
		cursor:				default
	}

	div#menuThumbs img {
		border: 			1px solid black;
		margin: 			4px
	}

	div#menuPrev {
		background:			url('../img/menustart.png');
		position:			relative;
		width:				30px;
		height:				79px;
		padding:			0px;
		margin:				0px;
		float:				left
	}

	div#menuNext{
		background:			url('../img/menuend.png');
		position:			relative;
		width:				30px;
		height:				79px;
		padding:			0px;
		margin:				0px;
		overflow:			hidden;
		float:				left
	}

	img.scroll {
		border: 			0px;
		margin:				0px
	}
	
/* nav + Polle logo */
	div#navDiv {
		position:			absolute;
		height:				83px;
		width:				295px;
		right:				40px;
		top:				-10px;
		text-align:			center;
		background:			transparent;
		z-index:			7
	}
		
	div#bioexpoLink {
		position:			absolute;
		height:				60px;
		width:				42px;
		right:				40px;
		bottom:				0px;
		text-align:			center;
		background:			transparent;
		z-index:			7
	}