#imageContainer {
	text-align: center;
}

#loadingContainer {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 350px
}

img {
	border: 0;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	height: 160px;
	width: 100px;
	text-align: center;
}

.caption {
	text-align: center;
	margin: 1em auto;
}

.pagination {
	display: block;
	text-align: right;
	clear: both;
}

.navigation .top {
	margin-bottom: 12px;
}
.navigation .bottom {
	padding-top: 12px;
}

.pagination a {
	margin-left: 0.5em;
}

.current {
	margin-left: 0.5em;
}

.ss-controls {
	float: left;
}

.nav-controls {
	float: right;
}

#imageContainer {
	clear: both;
}

#loadingContainer {
	clear: both;
}

.prev {
	margin-right: 0.5em;
}

#guitarWarning {
	color: #CCCC33;
	width: 630px;
	margin: auto;
	font-family: "Times New Roman", serif;
	font-size: 1.2em;
}