#gallery {
	width: 500px;
	margin-top: 14px;
	*margin-top: 0px;

	margin-left: 20px;
	*margin-left: 0px;
	border: none; 
}

#gallery img {
	display: block;
	padding-right: 25px;
}

#img a {
	display: block;
	padding-right: 0px;
}

.row
{
	margin: 0px auto;
	width: 500px;
	padding:10px
}

.row div {
	float: left;
	height: 100%;
	border-right:none;
}

.row div a img {
	height: 100%;
	width: 100%;
	border: none;
}

.top
{
	border-bottom: none;
}

.middle div
{
	width: 154px;
}

.bottom
{
	height: 130px;
	border-top: none;
}

#popup
{
	position: absolute;
	border: 1px solid #000;
	background-color: #fff;
	width:374px;
	top: -5px;
	left: 300px;
	font-family: Arial, sans-serif;
	padding:0;
	margin:0;
}

#popup a {
	text-decoration: none;
}

#popup a:hover {
	text-decoration: underline;
}

#popupBack
{
	position: absolute;
	border: 0px solid #000;
	background-color: #000;
	top: 14px;
	left: 204px;
	width: 378px;
	padding:0;
	margin:0;
}