/**
 * Grid container
 */
#tiles_ij {
	list-style-type: none;
	position: relative; /** Needed to ensure items are laid out relative to this container **/
	margin: 0;
	text-align: center;
}

/**
 * Grid items
 */
#tiles_ij li {
	background-color: #ffffff;
	border: 1px solid #dedede;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 10px !important;
	margin-right: 7px;
	margin-bottom: 7px;
	float: left;
	display: inline;
	width: 200px;
}

#tiles_ij li img {
	margin-bottom: 10px;
	width: 200px;
	height: 150px;
}

#tiles_ij li div.meta {color:#999;text-transform:uppercase;font-size:10px;margin:0;}

#tiles_ij li h4 {line-height:1.5;margin:0 0 5px 0;}

#tiles_ij li h4 a {line-height:inherit;margin:0;text-decoration:inherit;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;}

#tiles_ij li p {font-size:12px;line-height:1.5;margin:0;}

#tiles_ij li a {font-size:12px;}

#tiles_ij li .more_link {font-size:smaller;line-height:2;text-transform:uppercase;letter-spacing:2px;white-space:nowrap;display:block;margin: 5px 0 0 0;}

#tiles_ij li blockquote {line-height:1.5;margin:0;padding:0;color:#999;border:none;font-size:150%;font-style:italic;font-family:Georgia, Times, serif;}

#tiles_ij li blockquote small {font-size:11px;font-style:normal;}


/** Loader **/
  
#loader {
  height: 16px;
  text-align: center;
  padding: 25px 0 25px 0;
}
  
#loaderCircle {
  width: 16px;
  height: 16px;
margin: 0 auto;
  background-image: url('../images/loader.gif');
}
