/* ######################################################################################################
** ### GALLERY  #########################################################################################
** ######################################################################################################
*/

div.gallery-thumb {
	width: 120px;
	height: 90px;
	border: 1px solid #008509;
	float: left;
	margin: 5px;
	position: relative;
	text-align: center;
	overflow: hidden;
}

div.gallery-thumb img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

div.gallery-thumb a {
	display: block;
	width: 120px;
	height: 90px;
	text-align: center;
}

div.gallery-diashow {
}

#col1 ul.gallery-vorzurueck {
	text-align: center;
	font-size: 0.7em;
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	color: #aaa;
	text-transform: uppercase;
}

#col1 ul.gallery-vorzurueck li {
	display: inline;
	padding: 0;
	margin: 0 0.5em;
	white-space: nowrap;
}

#col1 ul.gallery-vorzurueck li a:link, 
#col1 ul.gallery-vorzurueck li a:visited {
	color: Black;
	text-decoration: underline;
}

#col1 ul.gallery-vorzurueck li a:hover {
	text-decoration: none;
	background-color: transparent !important;
}

#col1 ul.gallery-vorzurueck li.firstImage,
#col1 ul.gallery-vorzurueck li.firstImageDis {
	padding-left: 17px;
	background: url(../img/first.png) left no-repeat;
}

#col1 ul.gallery-vorzurueck li.imageIndex {
	background: none;
}


#col1 ul.gallery-vorzurueck li.prevImage,
#col1 ul.gallery-vorzurueck li.prevImageDis {
	padding-left: 13px;
	background: url(../img/prev.png) left no-repeat;
}

#col1 ul.gallery-vorzurueck li.nextImage,
#col1 ul.gallery-vorzurueck li.nextImageDis {
	padding-right: 13px;
	background: url(../img/next.png) right no-repeat;
}

#col1 ul.gallery-vorzurueck li.lastImage,
#col1 ul.gallery-vorzurueck li.lastImageDis {
	padding-right: 17px;
	background: url(../img/last.png) right no-repeat;
}

#col1 ul.gallery-vorzurueck li.firstImage:hover {
	background-image: url(../img/first-hover.png);
}

#col1 ul.gallery-vorzurueck li.prevImage:hover {
	background-image: url(../img/prev-hover.png);
}

#col1 ul.gallery-vorzurueck li.nextImage:hover {
	background-image: url(../img/next-hover.png);
}

#col1 ul.gallery-vorzurueck li.lastImage:hover {
	background-image: url(../img/last-hover.png);
}

div.gallery-diashow {
	margin: 0.5em;
	padding: 0;
/*	background: url(../img/bg_borte.png) bottom repeat-x; */
}

div.gallery-dia {
	border: 1px solid #008509;
	text-align: center;
	padding: 0;
	position: relative;
	font-size: 0;
	background-color:  #F2F2F2;
}

div.gallery-dia img {
	margin: 0;
}

p.currentImage {
	font-size: 0.7em;
	text-align: right;
	padding: 0 10px 0.3em 10px;
}

div.gallery-description {
	padding: 0 10px;
}

div.gallery-textbelow {
	clear: both;
	padding: 1em 0 0 0;
}

div.gallery-textabove {
	clear: both;
	padding: 0 0 1em 0;
}

p.gallery-showdias {
	clear: both;
	text-align: right;
	padding: 5px 47px 5px 0;
	background: url(../img/pfeil_next.png) no-repeat 100% 5px;
}

p.gallery-showdias a:link, 
p.gallery-showdias a:visited {
	color: Black;
	text-decoration: underline;
	font-size: 0.8em;
}

p.gallery-showdias a:hover {
	background-color: transparent !important;
}

