/*	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 45, ../sass/screen.sass */
#lightbox {
  text-shadow: none;
}

/* line 317, ../sass/screen.sass */
.imageRow .single{

  margin-left: 10px;
}
.imageRow .set{

  margin: 10px;
}
/* line 320, ../sass/screen.sass */
.imageRow .single{
  margin-left:8px;
  float: left;
  padding:2px;
}
.imageRow .set{
  margin-left:8px;
  float: left;
  padding:2px;
}
/* line 322, ../sass/screen.sass */
.imageRow .single a {
  border:3px #d1e5f8 solid;
  float: left;
  display: block;
  background: none;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow .set a {
  border:3px #d1e5f8 solid;
  float: left;
  display: block;
  background: none;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow .single a:hover {
   border:3px #7cbdf8 solid;
   }
/* line 332, ../sass/screen.sass */

.imageRow .set a:hover {
   border:3px #7cbdf8 solid;
   }

