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

#gallery {
	width:621px;
	height:152px;
}
#gallery ul {
	width:621px;
	list-style:none; 
	padding:0; 
	margin: 0;
	position:relative; 
	float:left;
}
#gallery ul li {
	display:inline; 
	width:202px; 
	height:152px; 
	margin:0 0 5px 5px;
	float: left;
}
#gallery ul li a {
	display:block; 
	width:200px; 
	height:150px; 
	text-decoration:none; 
	border:1px solid #000;
}
#gallery ul li a img {
	display:block; 
	width:200px; 
	height:150px; 
	border:0;
}
#gallery ul li a:hover {
	white-space:normal; 
	border-color:#ddd;
}
#gallery ul li a:hover img {
	position:absolute; 
	left:5px; 
	top:-460px; 
	width:auto; 
	height:auto; 
	border:1px solid #000;
}
/** Simple photograph gallery CSS End ! **/
