@charset "utf-8";
/* CSS Document */

.photogallery
{
	cursor: default;
	list-style: none;
}

.photogallery a
{
	cursor: default;
}

.photogallery a .preview
{
	display: none;
}

.photogallery a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.photogallery img
{
	background: #fff;
	color: inherit;
	padding: 3px;
	vertical-align: top;
	width: 70px;
	height: 70px;
	margin: 1px;
	border: 1px solid #999;
}

.photogallery li
{
	background: #eee;
	color: inherit;
	display: inline;
	position: relative;
	float: left;
	padding-right: 1px;
}

.photogallery .preview
{
	border-color: #000;
	width: 120px;
	height: 120px;
}
