ul#gallery { 
  list-style: none; 
  margin: 10px;
  width: 90%; 
  float: left;
  margin-bottom: 20px;
}


ul#gallery li a:hover { 
  z-index:2; 
}


ul#gallery li { 
  display:inline; 
  text-align:left; 
  clear:none; 
  float:none; 
  border:none; 
}

ul#gallery li a { 
  margin:10px; 
  border:1px solid #ccc; 
  border: none;
  padding:0px; 
  position:relative; 
  float:left; 
  display:block; 
  width:100px; 
  height:75px; 
}

ul#gallery li a img { 
  position:absolute; 
  width:100px; 
  height:75px; 
}

ul#gallery li a:hover img, ul#gallery li a:active img, ul#gallery li a:focus img { 
  width:200px; 
  height:150px; 
  left:-50px; 
  top:-37px;  
  border:5px solid #000;
}





#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}

#lightboxCaption{
	font-size: 0.8em;
	padding-top: 0.4em;
	}

#lightbox img{ border: none; } 

#overlay img{ border: none; }

#overlay{ background-image: url("http://peanutbutteronmy.enveeme.com/wp-content/plugins/wp-lightboxJS/images/overlay.png"); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url("http://peanutbutteronmy.enveeme.com/wp-content/plugins/wp-lightboxJS/images/blank.gif");
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://peanutbutteronmy.enveeme.com/wp-content/plugins/wp-lightboxJS/images/overlay.png", sizingMethod="scale");
	}
