/*----------------------------
	Thumbnails
-----------------------------*/
.touchgallery-thumbs{
	width:100%;
	margin: 0;
	text-align: left;
}

.touchgallery-thumbs a{
	display:inline-block;
	position:relative;
	text-decoration:none;
	background-position: center center;
	background-repeat: no-repeat;
}

.touchgallery-thumbs a:hover {
	opacity: 0.5;
}

.touchgallery-thumbs a:after{
    display: inline-block;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;   	
    text-overflow: ellipsis;
   	-o-text-overflow: ellipsis;
  	-webkit-text-overflow: ellipsis;
	content: attr(title);
    padding: 2px 5px;
    position: relative;
    text-align: center;
    left: 0;
    height: 25px;
}

#credit{
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	font-size: 11px;
	margin: 0 auto 70px;
	opacity: 0.5;
	padding: 12px 16px;
	text-align: center;
	width: 400px;
}
/*----------------------------
	Media Queries
-----------------------------*/
@media screen and (max-width: 960px) {
	.touchgallery-thumbs{
		width:auto;
	}
}

@media screen and (max-width: 560px) {
	.touchgallery-thumbs{
		width:auto;
	text-align: center;
	}
}