/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/photo_click.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#bandeau {

  margin:0; 
  padding:0; 
  width:45;
  height:45;
  overflow:hidden; 
  background:#000;
  } 

  #bandeau li {
   margin:0 4px 4px 0;
   float:left;
  display:inline;
  list-style-type:none; 
  }
  
#gallery {
	position:relative;
	border:0px solid #ddd;
	background:#000;
	left: 100;
	top: 100;
	overflow: visible;
}
#gallery ul {list-style:none; padding:5px; margin:0; width:400px; float:left; height:300px; overflow:auto;}
#gallery ul li {display:inline; width:20px; height:20px; float:left; margin:0 4px 4px 0; border:1px solid #444; cursor:pointer;}
#gallery ul li img {display:block; width:20px; height:20px;}
#gallery ul li span {
	display:none;
	position:absolute;
	left:0px;
	top:300px;
	width:393px;
	font-family:verdana, arial, sans-serif;
	color:#444;
	font-size:11px;
	line-height:15px;
	text-align:justify;
	height: 117px;
	overflow: visible;
}
#gallery ul li span b {color:#D5C1CA;}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {margin:0px auto 0 auto; width:320px; height:240px; border:1px solid #fff;}

#gallery ul li.off {display:none;}

#gallery ul li.click {border-color:none; background:#333333; cursor:default;}

#gallery ul li.click i {
	position:absolute;
	right:-20px;
	top:-162px;
	width:0;
	height:0;
}

#gallery ul li.click i img {margin:0px 0px auto auto; width:auto; height:auto; border:0px solid #000;}

#gallery ul li.click span {display:block;}
