/* 
Document   : gallerystyle1
Created on : 13-Mar-2012, 18:21:12
Author     : Geoff
Description:
The Gallery stylesheet.
*/
.gallery #main
{
	margin-left: 10px;
	margin-right: 10px;
}
.gallery H3
{
	padding-left: 33px;
}
.galleryitem
{
	margin-top: 20px;
	/*[disabled]text-align:center;*/
}
.centreitem
{
	text-align: center;
}
.leftitem
{
	text-align: left;
}
.rightitem
{
	text-align: right;
}
#gallery TD
{
	vertical-align: top;
}
#gallery .filler
{
	padding: 0;
}
#gallery TABLE
{
	width: 880px;
}
.picture
{
	margin-bottom: 5px;
	margin-left: 30px;
	margin-right: 30px;
}
.pictureDetails H4
{
	color: #EFEFEF;
	font-weight: bold;
	margin: 0;
}
.pictureDetails
{
	text-align: center;
}
.pictureDetails P
{
	color: #EFEFEF;
	font-style: italic;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
}
/*Popup related style */
IMG.galleryimage:hover
{
	cursor: url(gallery1/zoomin.cur), default;
}
#popup, #popup2
{
	display: none;
	z-index: 9001;
	position: absolute;
}
#mask
{
	display: none;
	position: absolute;
	z-index: 9000;
	background-color: #000;
	left: 0;
	top: 0;
}
.popupframe IMG
{
	border: 8px solid #808080;
}
.popupnav
{
	height: 40px;
	background-color: #808080;
	margin-top: -4px;
}
.popupnav INPUT
{
	height: 32px;
	width: 32px;
	background-color: transparent;
	border: none;
	display: block;
}
.popupleft
{
	background-image: url(gallery1/nav1.png);
	margin-left: 15px;
}
.popupright
{
	background-image: url(gallery1/nav1.png);
	background-position: 32px 0px;
	float: right;
	margin-right: 15px;
	margin-top: -32px;
}
.popupclose
{
	background-image: url(gallery1/nav1.png);
	background-position: 64px 0px;
	margin: -32px auto 0;
	width: 300px;
	display: block;
}
