
ul.xs-gallery-list {
	display: block;
	position: relative;
	list-style-type: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

ul.xs-gallery-list li {
	display: block;
	position: relative;
	float: left;
	width: 120px;
	height: 120px;
	margin: 0 10px 10px 0;
	padding: 0;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #eee;
	background-color: #eee;
	overflow: hidden;

}

ul.xs-gallery-list a {
	display: block;
	position: static;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

ul.xs-gallery-list a img {
	border: none;
}

ul.xs-gallery-list span {
	display: block;
	position: relative;
	width: 100px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
}

ul.xs-gallery-image-list {

}
