/**
 * Alpine PhotoTile Widget CSS
 *
 * @since 0.0.1
 * @updated 1.2.6
 */
 
/* The style of the Display Link below the images */
/* Global styles for the container and parent class */
.AlpinePhotoTiles_container_class{
  position:relative;
  width:100%;
  display:block;
  overflow:hidden;
}
.AlpinePhotoTiles_container_class img{
  margin:0;
  margin-bottom: 4px;
}
.AlpinePhotoTiles_container_class.loading{
  min-height:200px;
  width:100%;
  background-image:url("images/loader.gif");
  background-position:center;
  background-repeat:no-repeat;
  background-size:40px 40px;
  background-color:#fff;
  border-radius: 3px 3px 3px 3px;
}
.AlpinePhotoTiles_inpost_container {
  padding-bottom:10px;
  display:block;
  clear:both;
  width:100%;
  overflow:hidden;
}

img.AlpinePhotoTiles-img-corners{
  border-radius: 3px 3px 3px 3px ! important;
}
img.AlpinePhotoTiles-img-nocorners{
  border-radius: 0 0 0 0 ! important;
}

.AlpinePhotoTiles_cascade_column{
  margin:0;
  padding:0;
  max-width:100%;
  float:left;
}

.AlpinePhotoTiles_breakline{
  width:100%;
  float:left;
  position:relative;
  clear:both;
  height:1px;
}


.AlpinePhotoTiles_parent_class{
  position:relative;
