﻿

body
{
	width:100%;
	height:100%;
}

#big *
{
	margin:0;
	padding:0;
}

#loading
{
	position:absolute;
	top:0px;
	left:0px;
	padding:10px;
	background:#fff;
	z-index:1;
}

#bloom
{
	position:absolute;
	border:1px solid #666;
	background:#fff url(gallery/loading.gif) center center no-repeat;
	padding:10px;
	z-index:1;
	top:0px;
	left:0px;
	height:40px;
	width:40px;
	z-index:1000;
}

#title
{
	color:#666;
	text-align:center;
	background:url(gallery/bgDisplay.jpg) repeat-x;
	height:20px;
	display:none;
}

#title img
{
	display:inline;
	cursor:pointer;
	float:right;
}

.hand
{
	cursor:pointer
}

#display
{
	color:#666;
	text-align:center;
	background:url(gallery/bgDisplay.jpg) repeat-x;
	height:20px;
	display:none;
}

#imgNumber
{

}

#prev
{
	display:inline;
	float:left;
}

#next
{
	display:inline;
	float:right;
}

#display img
{
	display:inline;
	cursor:pointer;
}

#bloom img
{
	cursor:pointer;
}

#image
{
	margin-top:20px;
}

#bg
{
	background:#000;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:998;
}
