.nailthumb-container {
width: auto;
height: auto;
margin: 0 0 11px;
padding: 0;
overflow: hidden;
position: relative;
text-align: left
}
.nailthumb-container img.nailthumb-image {
margin: 0;
padding: 0;
max-width: none;
text-align: left;
float: left
}
.nailthumb-container span.nailthumb-title {
background: none repeat scroll 0 0 rgba(0,0,0,0.5);
bottom: 0;
color: White;
display: block;
font-size: 9px;
height: 20px;
left: 0;
margin-top: 2px;
line-height: 20px;
position: relative;
text-align: center;
width: 100%;
overflow: hidden;
float: left
}
.nailthumb-container span.nailthumb-title .nailthumb-title-scroller {
padding-left: 2px
}
.nailthumb-container img {
max-width: none;
text-align: left
}

.nailthumb-container span.nailthumb-title {
   display:none;
}


.sp-gallery {
width: 200px;
height: 200px;
background-image: url("path/to/loadingplaceholder");
background-position: center center;
background-repeat: no-repeat;
display: inline-block;
}

.image-gallery{
	text-align:center;
	margin:auto;
	}
.image-gallery span{
	display:inline-block;
	width: 200px;
	height:200px;
	}	
