﻿#gallery
{
	display: none;
	width: 590px;
	height: 530px;
	border: 0px solid #aaa;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	background: url(gallery/bgDisplay.jpg) repeat-x top;
	color: #fff;
}

#bloom
{
	position:absolute;
	top:20px;
	left:-590px;
	height:345px;
	width:1500px;
}

.holders
{
	width:590px;
	height:345px;
	float:left;
	color:#fff;
	position:relative;
}

#display
{
	color:#fff;
	text-align:center;
	background:url(gallery/bgDisplay.jpg) repeat-x;
	height:20px;
	display:none;
}

#imgNumber
{
	position:absolute;
	top:0;
	left:230px;
	padding:5px;
}

#prev
{
	position:absolute;
	top:0;
	left:0;
	display:inline;
}

#next
{
	position:absolute;
	top:0;
	right:0;
	display:inline;
}

