ul#gallery, ul#gallery li{
	margin:0;
	padding:0;
	list-style:none;
}
ul#gallery{
	margin:0px -150px 0px 150px;
	position:relative;
	/*float:center;*/
	background:#FFF  no-repeat 50% 40%;
}			
ul#gallery li{
	margin:20px 0px 0px -150px;
	float:left;
	display:inline;
}								
ul#gallery a span{
	display:none;
	padding-bottom: 0px;
	border-bottom: 0px dashed;
}
ul#gallery a:hover{
	background:none;
	z-index:100;
	padding-bottom: 0px;
	border-bottom: 0px dashed;
}	
ul#gallery a:hover span{
	position:absolute;
	width:500px;
	height:300px;
	float:left;
	top:0;
	left:0;
	display:block;
	padding-bottom: 0px;
	border-bottom: 0px dashed;
}

img#grande{
 width:600px;
 height:450px;
 margin:70px;
}
img#petite{
	width:80px;
	height:80px;
	border-color :#000000;
}
ul#gallery a{
	padding-bottom: 0px;
	border-bottom: 0px dashed;
	text-decoration: none;
}