/*--------------------------------------------------------------*
/* A. Dreckshage GmbH & Co. KG                                  *
/*                                                              *
/* Version: 0.1                                                 *
/* Erstellt: 2009-01-06                                         *
/* Letzte Aenderungen: 2009-02-18                               *
/* Anwendung: Bildergalerie                                     *
/*                                                              *
/* Copyright ©2008 by montale - agentur fuer digitales          *
/*--------------------------------------------------------------*/

/* #gallery {
	margin: 0;
	padding: 5px;
	background-color: #f0f0f0;
	border: 1px solid #cdcdcd;
	height: auto;
	width: 450px;
} */

#gallery {
	/* none */
}

#gallery h2 {
	padding-bottom: 5px !important;
}

/* .text-output p {
	margin: 0 !important;
	padding: 0 !important;
}
 */

#gallerie-nav {
	width: 450px;
}

div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;

}

div.navigation div.bottom {
	margin-top: 12px;

}

div.controls {
	margin-top: 5px;
	height: 23px;
}

div.controls a {
	padding: 5px;
	font-size: 1.2em;

}

div.ss-controls {
	float: left;
}

div.nav-controls {
	/* float: right; */
	margin-left: 200px;
}

#thumbnails {
	margin-top: 15px;
}

div.loader {
	background-image: url(../images/globals/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 450;
	height: 300px;
}

div.slideshow {
	clear: both;
}

#dhthumbs {
	display: none;
}

div.slideshow span.image-wrapper {
	margin: 0;
	padding: 0;
}

div.slideshow a.advance-link {
	border: none;
}

div.slideshow img {
	border: 10px solid #000;
} 

div.image-title {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.1em;
}

div.image-desc {
/* 	line-height: 1.3em;
	padding-top: 12px; */
}

ul.thumbs {
	clear: both;
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	width: 100px !important;
}

a.thumb {
	border: none;
}

/* ul.thumbs li.selected a.thumb {
	background: #000;
}
 */
a.thumb:focus {
	outline: none;
} 

ul.thumbs img {
	padding: 2px;
	margin-right: 5px;
	/* display: block; */
	border: 1px solid #cdcdcd;
}
