.clear{	/* the clearfix class */
	clear:both;
}

a, a:visited {	/* a:visited is needed so it works properly in IE6 */
	text-decoration:none;
	outline:none;
}

a:hover{	/* the hover effect */
	text-decoration:underline;
}

#lightboxContainer{	/* the main container div */
	width:750px;
	margin-left:20px;
}

div.nomargin{	/* our special nomargin class */
	margin-right:0px;
}

.pic{	/* divs that hold all the pictures in the gallery */
	float:left;
	margin:0 5px 5px 0;
	border:1px solid white;
	width:100px;
	height:66px;
}

.pic a{	/* in every .pic container there is a hyperlink exactly the size of the container */
	width:100px;
	height:66px;
	text-indent:-99999px;
	display:block;	/* don't forget that widths and heights of hyperlinks are useless without display:block */
}
