.home-button {
    position: absolute;
    overflow: hidden;
    top: 8px;
    left: 10px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(../theme/img/button.png) 0 5 0 5;
	}

#desc-title, #desc-subtitle {
    font: bold 18px Helvetica;
    text-shadow: rgba(255,255,255,.2) 0 1px 1px;
    color: #fff;
    margin: 10px 10px 5px;
	}

#gallery-desc p, .image-caption p {
	margin: 1em 10px;
	text-align: justify;
	}

#footer-text {
	border-top: 1px solid #333;
	padding-top: 10px;
	}

#ttg-credit a {
	color: #fff;
	}

ul#thumbs {
	margin: 5px auto 10px;
	border: 0;
	}

ul li a.active, ul li a.button {
    background-color: rgba(255, 255, 255, 0.5);
	}

.pic {
	margin: 2px;
	padding: 0;
	width: 74px;
	height: 74px;
	border: 1px solid #000;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	}

.pic > a {
	display: block;
	height: 74px;
	}

.pic > a > span {
	display: none;
	}

.pic > a > img {
	display: none;
	}

.image-container {
	text-align: center;
	}

.single-image {
	margin: 7px auto 0;
	padding: 0;
	border: 1px solid #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	}

.cancel {
	left: auto;
	right: 10px;
	}

.thumbsquare-caption {
	margin: 0 10px 10px;
	padding: 0;
	width: 74px;
	height: 74px;
	border: 1px solid #000;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	}

.image-nav {
	height: 40px;
	position: relative;
	}

div#prev, div#next {
	cursor: pointer;
	position: absolute;
	top: 10px;
	width: 40px;
	height: 40px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	}

div#prev{
	left: 0px;
	background-image: url(../images/prev.png);
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}

div#next {
	right: 0px;
	background-image: url(../images/next.png);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	}

div.loader {
	background: transparent url(../images/loader.gif) no-repeat center center;
	position: absolute;
	top: 90px;
	width: 100%;
	left: 0;
	height: 24px;
	}
	