﻿body
{
	width:100%;
	height:100%;
}

#bloom *	
{
	margin:0;
	padding:0;
}

#loading
{
	position:absolute;
	top:0px;
	left:0px;
	padding:10px;
	background:#fff;
	z-index:1;
}

#bloom
{
	position:absolute;
	border:10px solid #fff;
	background:#fff url(gallery/loading.gif) center center no-repeat;
	z-index:1;
	top:0px;
	left:0px;
	height:40px;
	width:40px;
	z-index:1000;
}

#frame
{
	width:400px;
	height:400px;
}

#title
{
	color:#666;
	text-align:center;
	background:url(gallery/bgDisplay.jpg) repeat-x;
	height:20px;
	padding-left:40px;
	display:none;
}

#title img
{
	display:inline;
	cursor:pointer;
	float:right;
}

.hand
{
	cursor:pointer
}

#descCont
{
	position:absolute;
	bottom:0px;
	margin-bottom:-10px;
	left:0px;
	display:none;
	height:auto;
}

#descbg
{
	position:absolute;
	bottom:0px;
	left:0px;
	height:100%;
	width:100%;
	background:#fff;
	z-index:1001;
}

#desc
{
	width:100%;
	background:#fff;
	position:relative;
	padding:5px;
	border-top:1px solid #aaa;
	z-index:1002;
}

#closeDesc
{
	position:absolute;
	z-index:1003;
	top:-9px;
}

#display
{
	color:#666;
	text-align:center;
	background:url(gallery/bgDisplay.jpg) repeat-x;
	height:20px;
	display:none;
}

#prev
{
	float:left;
	width:26px;
}

#next
{
	width:26px;
	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;
}
