.sq_gallery {
	margin: .5em 0 0 .5em;
	list-style: none;
	}
	.sq_gallery li {
		float: left;
		margin: 0 .5em .5em 0;
		}
		.sq_gallery a {
			display: block;
			overflow: hidden;
			-moz-border-radius: .3em;
			-webkit-border-radius: .3em;
			border-radius: .3em;
			}
.sq_full {
	display: none;
	position: absolute;
	z-index: 9999;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	}
	.sq_loader {
		background: url(../images/ajax-loader.gif);
		width: 16px;
		height: 16px;
		}
	.sq_alt {
		display: none;
		height: 10px;
		font-size: 10px;
		}
