.jquery-gallery {
	list-style:none;
	display:block;
	position:relative;
	padding:10px;
	border:1px solid black;
	margin:10px;
	overflow:hidden;
	height:320px;
}

.jquery-gallery.loading {
	background:url('images/loader.gif') center no-repeat;
}

.jquery-gallery li {
	display:inline-block;
}

.jquery-gallery a img {
	border:none;
	display:none;
}

.jquery-gallery p {
	display:none;
}

.jquery-gallery .current {
	border:1px solid black;
	padding:1px;
}

.jquery-gallery .desc {
	margin:0px;
	padding:10px;
}

