.zoomBlock
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	background: black;
	z-index: 1000;
	display: none;
	visibility: hidden;
}

.fullScreenPhotoBlock
{
	background: #cccccc url(/contents/templates/default/img/loading.gif) no-repeat center center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1001;
	display: none;
	visibility: hidden;
}

.fullScreenPhotoBlock img
{
	display: none;
	visibility: hidden;
	cursor: pointer;
}

.fullScreenPhotoBlock b
{
	display: block;
	position: absolute;
	font-size: 1px;
	background: #303030;
}

.fullScreenPhotoBlock b.horizontal
{
	height: 5px;
}

.fullScreenPhotoBlock b.vertical
{
	width: 1px;
}

.fullScreenPhotoBlock b.point
{
	width: 1px;
	height: 1px;
}

.galleryContainer
{
	margin: auto;
}

.galleryContainer .fullPhoto
{
	display: block;
	margin: 0;
	overflow: hidden;
	background: /*#d6dbbf*/ white;
	margin: 0 0 9px 0;
	cursor: pointer;
}

.galleryContainer b
{
	display: block;
	position: absolute;
	font-size: 1px;
	background: transparent /*#303030*/;
}

.galleryContainer b.horizontal
{
	height: 5px;
}

.galleryContainer b.vertical
{
	width: 1px;
}

.galleryContainer b.point
{
	width: 1px;
	height: 1px;
}

.galleryContainer .loading
{
	position: absolute;
	width: 37px;
	height: 37px;
	background: url(/contents/templates/default/img/loading.gif) no-repeat;
	display: none;
	visibility: hidden;
}

.galleryContainer .fullPhoto .fullPhotoBlock
{
	white-space: nowrap;
}

.galleryContainer .fullPhoto .fullPhotoBlock img
{
	display: block;
	float: left;
	margin: 0;
}

.galleryContainer .previews
{
}

.galleryContainer .previews .scroller
{
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.galleryContainer .previews .scroller tr td
{
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	padding: 0;
}

.galleryContainer .previews .scroller tr td img
{
	vertical-align: middle;
}

.galleryContainer .previews .scroller .previewPhoto
{
	margin: 0;
	cursor: pointer;
}

