/* --- colors -----> */
.gbackground {
	background-color: #fff;
}
.gpicture,
.gpicture .close,
.gthumbsnav,
.glabel {
	background-color: #000;
}

.gpicnav div,
.gthumbsnav div,
.glabel {
	color			: #fff;
}

.gthumbs .gthumbnail .ginner,
.gthumbs {
	border-color	: #ccc;
}

.gpicture .ginner,
.gthumbs .gthumbnail .ginner {
	background-color: #fff;
}

/* <----- colors --- */

.galleryHead {
	display			: none;
}

.gbackground {
	opacity			: 0;
	position		: absolute;
	z-index			: 5000;
}

.gpicture {
	position		: absolute;
	cursor			: default;
	top				: 0;
	left			: 0;
	width			: 0;
	height			: 0;
	z-index			: 5001;
	padding			: 5px 5px 25px 5px;
}

.single {
	padding			: 0.15em 0 0.15em 0;
}

.gpicture .ginner {
	overflow		: hidden;
	width			: 100%;
	height			: 100%;
	cursor			: default;
}

.glabel {
	left			: 0px;
	text-align		: center;
	opacity			: 0;
	width			: 100%;
	position		: absolute;
	font-size		: 0.6em;
	padding			: 0.25em 0 0.25em 0;
	margin-top		: 26px;
}

.single .glabel {
	margin-top		: 6px;
}

.glabel div {
	margin-top		: 0.5em;
	height			: 3em;
	overflow		: hidden;
	line-height		: 1.1em;
}

.gthumbs {
	border-width	: 0px;
	border-style	: solid;
	background-color: transparent;
}

.single .gthumbs {
	border-width	: 0;
	border-style	: none;
}

.gpicnav {
	margin			: 0;
	text-align		: center;
	opacity			: 0.6;
	position		: absolute;
}

.gthumbsnav {
	text-align		: center;
	opacity			: 0;
	height			: 18px;
	white-space		: nowrap;
	overflow		: hidden;
	padding			: 0 0.35em 0 0.35em;
}

.single .gthumbs .gthumbsnav {
	display			: none;
	padding			: 0;
	height			: 0;
}

.gpicnav a,
.gthumbsnav a {
	margin			: 0;
	padding			: 0 0.25em 0 0.25em;
}

.gpicnav a img,
.gthumbsnav a img {
	width			: 15px;
	height			: 8px;
	padding			: 0;
	margin			: 0;
	background-color: transparent;
}

.gpicture .gpicnav {
	left			: 0px;
	width			: 100%;
	overflow		: hidden;
	bottom			: 2px;
}

.gpicture .gslider {
	opacity			: 0.40;
	left			: 7px;
	width			: 0;
	bottom			: 2px;
	background-image: url(../img/gallery_slide.gif);
	background-repeat:repeat-x;
	position		: absolute;
	height			: 1px;
	overflow		: hidden;
}

.gpicture .close {
	opacity			: 0.4;
	position		: absolute;
	right			: 0;
	top				: -18px;
	padding			: 1px;
}

.gpicture .close a img {
	float			: left;
}

.gpicture .gpicnav a img {
	width			: 15px;
	height			: 15px;
}

.gpicture .gpicnav a.disabled img {
	opacity			: 0.2;
}

.gpicture .gpicnav a.disabled {
	cursor			: default;
}

.gpicnav div {
	font-size		: 11px;
	padding			: 0 0.5em 0 0.5em;
	line-height		: 1.25em;
	position		: absolute;
}

.gthumbsnav div {
	font-size		: 11px;
	padding			: 0;
	line-height		: 18px;
	text-align		: left;
}

.gthumbsnav div.garrows {
	width			: 50%;
	float			: right;
	padding-right	: 0.25em;
	text-align		: right;
}

.gpicture .gpicnav div {
	margin			: 0.3em 0 0 0;
}

.gthumbs .ginner {
	overflow		: hidden;
}

.single .gthumbs .ginner {
	padding			: 0;
}

.gthumbs .gthumbnail {
	float			: left;
	overflow		: hidden;
	opacity			: 0;
}

.gthumbs .empty {
}

.gthumbs .gthumbnail .ginner {
	overflow		: hidden;
	border-width	: 1px;
	border-style	: solid;
	padding			: 0;
	cursor			: pointer;
}

.single .gthumbs .gthumbnail .ginner {
	border-width	: 0;
	border-style	: none;
	background		: #fff;
}

.gthumbs .gthumbnail img {
	margin			: 0;
}

.single .gthumbs .gthumbnail img {
	margin			: 0;
}

.inlineImage .spacer {
	margin			: 0.2em 1.8em 0 0;
	float			: left;
}

.inlineImage .description {
	font-size		: 1em;
	padding			: 0;
	margin			: 0;
}

.teaserimage .image {
	margin			: 0.1em 0 0 0;
}

.image_error {
	border			: 1px #aaa dotted;
}

.image_error div {
	text-align		: center;
	padding			: 1.5em 0 1.5em 0;
	color			: #aaa;
	font-size		: 20px;
}

