/*	Lightbox v2 Project page styles	
 *	Author: Lokesh Dhakar http://www.lokeshdhakar.com
 *	Created: a long time ago (2006 I think)
 *	Table of Contents:
 *		layout
 *		typography
 *    content */

/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.imageRow:after {
	content: "";
	display: table;
	clear: left;
}
/* line 320, ../sass/screen.sass */
.imageRow .single {
	float: inherit;
}
/* line 322, ../sass/screen.sass */
.imageRow .single a {
	float: left;
	display: block;
	background: FFFFF;
	padding: 8px;
	line-height: 8px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
/* line 332, ../sass/screen.sass */
.imageRow .single a img {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/* line 335, ../sass/screen.sass */
.imageRow .single a:hover {
	background-color: #999999;
}
/* line 337, ../sass/screen.sass */
.imageRow .set {
	float: none;
	transition: all 0.2s ease-out;
}
/* line 343, ../sass/screen.sass */
.imageRow .set:hover {
}
/* line 346, ../sass/screen.sass */
.imageRow .set .single a {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}
/* line 351, ../sass/screen.sass */
.imageRow .set .single a:hover {
	background-color: #999999;
	
}
/* line 355, ../sass/screen.sass */
.imageRow .set .single.first a {

}
/* line 358, ../sass/screen.sass */
.imageRow .set .single.last a {

}
