/*	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 17, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */

/* line 317, ../sass/screen.sass */
.imageRow {
  *zoom: 1;
  margin: 20px 0 15px 0px;
}
/* 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: both;
}
/* line 320, ../sass/screen.sass */
.imageRow .single {
  float: left;
}
/* line 322, ../sass/screen.sass */
.imageRow .single a {
  float: left;
  display: block;
  background: none;
  line-height: 1em;
}
/* line 332, ../sass/screen.sass */
.imageRow .single a img {
  background: none;
  margin-right: 7px;
}
/* line 335, ../sass/screen.sass */
.imageRow .single a:hover {
  background: none;
}
/* line 337, ../sass/screen.sass */
.imageRow .set {
  float: left;
}
/* line 343, ../sass/screen.sass */
.imageRow .set:hover {
  background: none;
}
/* line 346, ../sass/screen.sass */
.imageRow .set .single a {
  background: none;
  margin-right: 0;
}
/* line 351, ../sass/screen.sass */
.imageRow .set .single a:hover {
  background: none;
}
/* line 355, ../sass/screen.sass */
.imageRow .set .single.first a {
}
/* line 358, ../sass/screen.sass */
.imageRow .set .single.last a {
}

.imageRow .set .single.last a img {
  margin-right: 0px;
}