#gallery {
}


#gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	width:320px;
	position:relative;
	float:left;
	}
#gallery ul li {
	display:inline;
	width:72px;
	height:72px;
	float:left;
	margin:0 0 5px 5px;
}
#gallery ul li a {
	display:block;
	width:70px;
	height:70px;
	text-decoration:none;
	border:1px solid #666;
}
#gallery ul li a img {
	display:block;
	width:70px;
	height:70px;
	border:0;
	margin-bottom: 0px;
}
#gallery ul li a:hover {white-space:normal; border-color:#ddd;}
#gallery ul li a:hover img {
	position:absolute;
	left:350px;
	top:0px;
	width:auto;
	height:300px;
	border:1px solid #666;
	margin-bottom: 0px;
}
.gallerytext {
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 200px;
	margin-right: 120px;
	height: 375px;
}
