

/* line 317, ../sass/screen.sass */
.imageRow {
  *zoom: 1;
}
/* 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;
  height:145px;
}
/* line 322, ../sass/screen.sass */
.imageRow .single a {
	float: left;
	display: block;
	padding: 7px;
	margin-right: 35px;
	margin-bottom: 50px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 9px;
	text-align: center;
}
/* line 335, ../sass/screen.sass */
.imageRow .single a:hover {
	background-color: #F90;
	border: thin;
}

.imageRow .single a p{
	display:none;
}

.imageRow .single a:hover p{
	display:block;
	margin-top:10px;
}