@charset "iso-8859-1";
/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/photo_click.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* frame principal */
#gallery {
	width: 94%;
	height: 300px;
	position: relative;
	border: 1px solid #ddd;
	background: #f8f8f8;
	left: 0;
	top: -18px;
	}

/* box onde aparecem os thumbs */
#gallery ul {
	list-style: none;
	padding: 5px;
	margin: 0;
	width: 230px;
	float: right;
	height: 275px;
	overflow: auto;
	}

/* frame dos thumbs */
#gallery ul li {
	display: inline;
	width: 100px;
	height: 50px;
	float: left;
	margin: 0 4px 4px 0;
	border: 1px solid #444;
	cursor: pointer;
	}

/* thumbs */
#gallery ul li img {
	display: block;
	width: 100px;
	height: 50px;
	}

/* texto */
#gallery ul li span {
	display: none;
	position: absolute;
	left: 360px;
	top: 18px;
	width: 330px;
	font-family: /*verdana,*/ arial, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {
	margin: 5px auto 0 auto;
	width: 300px;
	height: 150px;
	border: 1px solid #ccc;
	}

#gallery ul li.off {
	display: none;
	}

#gallery ul li.click {
	border-color: #fc0;
	background: #f8f8f8;
	cursor: default;
	}

/* foto principal */
#gallery ul li.click i {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 300px;
	height: 150px;
	}

#gallery ul li.click i img {
	padding: 5px;
	margin: 5px auto 0 auto;
	width: auto;
	height: auto;
	border: 1px solid #ccc;
	}

#gallery ul li.click span {
	display: block;
	}