/*graphico.co.uk*/

/*
	gallery specific styles;
*/

@import "ie6win.css";
@import "ie7win.css";

.ui-overlay
{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	background: #000;
	height: 100%;
	width: 100%;
	z-index: 1000;
}

.ui-preloader 
{
	z-index: 1001; 
	position: absolute;
	top: 10px;
	left: 10px;
}

.ui-gallery
{
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px;
	background: #fff;
	text-align: left;
	z-index: 1002;	
}

.scout .gallery p { display: none; }

.ui-gallery a
{	display: block;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px; 
	padding: 0 3px;
}

.ui-gallery a:link,
.ui-gallery a:visited,
.ui-gallery a:hover,
.ui-gallery a:link
{ color: #666; }

.ui-gallery .head { position: absolute; }
.ui-gallery .head a 
{
	float: right;
	background: #fff;
}

/*
	.ui-gallery .head, 
	.ui-gallery .main, 
	.ui-gallery .foot
	{ width: 264px; }
*/

.ui-gallery .foot
{ padding-top: 5px; }

.ui-gallery .main { background: #000; }

.ui-gallery a.next,
.ui-gallery a.prev 
{ float: left; }

.ui-gallery a.close 
{ float: right; }

.ui-gallery .main img
{
	float: left;
	display: block; 
	margin: 0;
}

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

* html .clear { height: 1%; }
.clear { display: block; }

/*	Any Safari hash hacks go at the end of the file */
