.tp-grid-scroll{
	display: inline-block;
}
.album-holder{
	display: inline-block;
}
.album-link{
	
	display:block;
}
.album-image-count{
	position: absolute;
    right: 0;    
    font-size: 21px;
    height: 25px;
    color: #FFFFFF;
    width: 60px;
    text-align: center;
    margin-right: 9px;
    margin-top: 9px;
    padding: 12px 0;
}
.album-title
{
    position: absolute;
    background:  rgba(0,0,0,0.60);
    bottom: 0;    
    width: 100%;
    height: 25px;
    padding: 10px;
}

.album-holder:nth-of-type(1){
	width: 720px;
	height: 480px;
	position: relative;
    overflow: hidden;
    float: left;	
}
.album-holder:nth-of-type(2), .album-holder:nth-of-type(3), .album-holder:nth-of-type(4){  
    width: 240px;
	height:160px;
	position: relative;
    overflow: hidden;
	float: left;
}

.album-holder:nth-of-type(5){   
    width: 480px;
    float: left;
	height:320px;
	position: relative;
    overflow: hidden;
	float: left;
}
.album-holder:nth-of-type(n+6){   
    width: 240px;
    float: left;
	height:160px;
	position: relative;
    overflow: hidden;
	float: left;
}

.album-loading-container{
	background: url('/wp-content/assets/preloader.gif');
	height: 100px;
    width: 100px;
    background-size: contain;
    margin: 0 auto;  
}