

	.bottom-row
	{
		margin-bottom : 0px ;
	}
	
	.bottom-row .bottom-linkable
	{
		position : relative ;
		cursor : pointer ;
		
	}
	
	.bottom-row .bottom-linkable img
	{
		width : 100% ;
	
	}
	
	.bottom-row .bottom-linkable .fl-photo-content
	{
		display : block !important ;
	}
	
	.bottom-row .bottom-linkable:after
	{
		position : absolute ;
		content : " " ;
		width : 33px ;
		height : 33px ;
		background: url( ../image/button-alt.png ) ;
		background-position : 33px 0px ;
		right : 10px ;
		bottom : 10px ;
	}
	
	
	.bottom-row .bottom-linkable:hover:after
	{
		background-position : 0px 0px ;
	}
	
	@media screen and ( max-width:768px )
	{
		.bottom-row .fl-photo-content
		{
			margin-bottom : 20px ;
		}
	
	}