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


#ImageContainer
{
	cursor: default;
	list-style: none;
	/*margin-left:70px;*/
	position:relative;
	
	
	width:800px;
	
	z-index:90;
	overflow:hidden;
	
}


#gallery_p	{
	margin-top:20px;

	height:auto;
	width:auto;
	position:relative;
	display:block;
	overflow:hidden;
}
#gallery_p:hover	{
	margin-top:-100px;
	border:thick solid pink;
}


#gallery_div {	
	position:relative;
	width: 800px;
	/*min-height: 325px;*/
	height:534px;
	text-align:center;
	/*height:auto;*/
	overflow:hidden;
	margin: 0 auto;
	margin-bottom: 10px;
	background-repeat:no-repeat;
	background-position:center;
	z-index:1;
	margin-left:0px;
	}

	*html #gallery_div {	
	height:534px;
	
	}
	*+html #gallery_div	{
	height:534px;
	}
	
	#gallery_div_back	{
	position:absolute;
	width: 800px;
	/*min-height: 325px;*/
	height:534px;
	text-align:center;
	/*height:auto;*/
	overflow:hidden;
	margin: 0 auto;
	margin-top:0px;
	background-repeat:no-repeat;
	background-position:center;
	}
	*html #gallery_div_back {	
	height:534px;
	}
	
	
	#gallery_div img	{
	margin:0 auto;
	
	display:block;
	}
	#gallery_div img.hidden	{
	display:block;
	visibility:hidden;	
	}
	
	
	#loading	{
		position:absolute;
		left:50%;
		margin-left:-8px;
		margin-top:-200px;
		z-index:0;
		
	}
	
#gallery_nav {	
	display:block;
	text-align:center;
	position:relative;
	margin: 0 auto;
	width: 800px;
	height: 60px;
	float:left;
	z-index:3;
	overflow:visible;	
	
	
	}
	#gallery_nav  a img{	
	
	border:1px solid black;	
	
	}
#gallery_nav  a:hover img{	
	
	border:1px solid #333;
	margin-top:-2px;

	
	
	}	
#gallery_holder	{

	position:relative;
	height:61px;
	width:620px;
	overflow:visible;
	
	margin:0 auto;
	text-align:center;
	z-index:1;
	
	margin-top:0;
	padding-top:5px;
	/* margin-top:-76px;*/
	
	/*border-top:4px solid black;*/
	
	background:black url(../images/bar_back.jpg) top left repeat-x;

}

