body {
	background-image : url(http://www.foxysbar.com/images/background.gif);
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	color: #FFFFFF;
	margin: 0em;
	background-color: #4c4944;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #FFFF90;
}
a:hover {
	text-decoration: underline;
	color: #FFFF90;
}
a:visited {
	text-decoration: none;
	color: #FFFF90;
}

/* -- Gallery Photo (detail page) --------- */

.gallery-photo {
	text-align: center;
}

.gallery-photo img {
	background: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	-moz-border-radius: 5px;
}

/* -- Gallery thumbnails ------------------ */
.gallery-thumb {
	margin: 2px;
	text-align: center;
}
.gallery-thumb div {
	line-height: 0px;
}
.gallery-thumb img {
	background: #eee;
	border: 1px solid #ccc;
	margin: 1px;
	-moz-border-radius: 3px;
}
.gallery-thumb a img {
	border-color: #ccc;
}
.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #38c;
	margin: 0;
	-moz-border-radius: 5px;
}
.gallery-thumb a:hover {
	text-decoration: underline;
	color: #FFFF90;
}
.meta {
	color: #999;
	font-size: 0.9em;
}

/* -- Navigator --------------------------- */

.block-core-Navigator {
	float: right;
	margin: 1.5em 0;
	font-size: 0.9em;
	color: #999;
	width: 100%;
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
}

.block-core-Navigator .current {
	margin: 0 0.5em;
}