@import url(/css/fancybox.css);

.gallery
{
	margin	: 0 auto;
	text-align: center;
}

.gallery .thumb
{
	display	: inline-block;
}

.gallery .thumb .clip
{
	background : #aaa;
	float		: left;
	width		: 150px;
	height	: 100px;
	clip    : rect(0px, 150px, 100px, 0px);
	overflow: hidden;
	margin	: 0.5em;
	border	: 1em solid #aaa;
	-webkit-border-radius	: 0.5em;
	-khtml-border-radius	: 0.5em;
	-moz-border-radius		: 0.5em;
}

.gallery .thumb .clip:hover
{
	margin			: 0.5em;
	background	: #ccc;
	border			: 1em solid #ccc;
}

.gallery .thumb .clip img
{
	width		: 150px;
	border	: 0px;
}

.gallery .description
{
	margin-bottom	: 1em;
}

/* fancybox overrides */
div#fancy_overlay 						{ width: 100% ! important }
div#fancy_title								{ bottom : -32px ! important }
div#fancy_title table td			{ background: transparent ! important }
td#fancy_title_main						{ text-align: center ! important }
td#fancy_title_main a					{ color : white ! important; text-decoration: underline ! important }
div#fancy_title table 				{ background: url(/img/transpix.png) ! important; width: 100%  ! important}
* html div#fancy_title table 	{ background: #888  ! important} /* ie6 hack */
