/*
 * Instagram Fancybox C5
 * Version: 1.0
 *
 * Author: Chris Rivers
 * http://chrisriversdesign.com
 *
 *
 * Changelog: 
 * Version: 1.0
 *
 */

.instagram-photo {
	display: inline-block;
    height: 119px;
	margin:5px;
    width: 118px;
	position:relative;
}

.instagram-photo .instagram-hover-cover {
	background:#111;
	bottom:0;
	overflow:hidden;
	position:absolute;
	z-index:1000;
}

.instagram-photo .instagram-hover-cover h3 { color:#fff; line-height: 20px; margin:15px 17px 0 17px; text-transform:capitalize; }
.instagram-photo .instagram-hover-cover em { display:inline-block; font-size:11px; font-style:normal; height: 14px; margin: 0 17px; text-transform:uppercase; }
.instagram-photo .instagram-hover-cover p { color:#D7D7D7; line-height:17px; margin: -1px 17px 0 17px; }

.instagram-theatre {
    margin-left: 370px;
	padding-bottom: 62px;
	position: absolute;
	top: 61px;
    width: 863px;
    z-index: 99;
}

#seachInstagramLoadMoreContainer {
	text-align:center;
}

.list .instagram-photo {
	position: relative;
	height:auto;
	width: 620px;
}

