/*graphico.co.uk*/

/*
	gallery specific styles;
*/

@import "ie6win.css";

#ui-overlay
{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	background: #000;
	height: 100%;
	width: 100%;
	z-index: 1000;
}

#gallery
{
	position: fixed;
	/*top: 50%;*/
	top: 6px;
	margin-top: 0 !important;
	left: 50%;
	padding: 0;
	background: #fff;
	text-align: left;	
	z-index: 1002;
}

#gallery a, #gallery p
{
	font-size: 1.2em;
	line-height: 1.6em;
	
}

#gallery a
{	display: block;
	/* float: right; */
	color: #666;
	margin: 5px 5px 0 5px;
	font-size: 12px;
	text-decoration: underline;
	position: absolute;
	bottom: 5px;
	right: 10px;
}

#gallery p
{	display: block;
	text-align: center;
	color: #333;
	margin: 5px 5px 0 5px;
}

#gallery-image
{
	position: relative;
	background: #000;
	min-height: 100px;
	min-width: 250px;
}

/*	Any Safari hash hacks go at the end of the file */