﻿
.gallery_img
{
	cursor: pointer;
	margin: 0px 5px 5px 0px;
}

#gallery_items
{
	width: 692px;
	margin: 0 0 10px 3px;
}

#gallery_items > a > img
{
	border: none;
	margin: 5px;
}

#gallery_show
{
	position: absolute;
	background-color: Black;
	padding: 10px;
	top: 0;
	display: none;
	z-index: 100;
}