/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 310;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 320;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 300;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Gallery */

#content ul li {
	list-style-image:none;
	list-style-position:inherit;
	list-style-type:none;
	margin:0 0 0 10px;
}


#content .tx-gallery-pi1 {padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}

#content .tx-gallery-pi1 a {outline:none;}

#content .tx-gallery-pi1-clr { clear: both; font-size: 0.1em; height: 15px; }



/* Slide-Ansicht */

.tx-gallery-pi1-slideview { margin: 0; clear: both; }

.tx-gallery-pi1-slideview ul { list-style-type: none; margin: 0; padding: 0; }

.tx-gallery-pi1-slideview li { float: left; margin: 0 8px 0 0; }

.tx-gallery-pi1-slideview li img { border: 2px solid #F5F6F8; vertical-align: middle; margin: auto 0; }

.tx-gallery-pi1-slideview li a:hover img { border: 2px solid #155092; }



.tx-gallery-pi1-slideview .galleryCarousel { width: 520px; float: left; margin-left: 10px; } 

.tx-gallery-pi1-slideview .galleryCarouselLeft  { display: block; text-decoration: none; width: 20px; height: 112px; text-indent: -9999px; float: left; background: #fff url(../images/carousel-prev.gif) no-repeat left center; }

.tx-gallery-pi1-slideview .galleryCarouselRight { display: block; text-decoration: none; width: 20px; height: 112px; text-indent: -9999px; float: right; background: #fff url(../images/carousel-next.gif) no-repeat right center; }


#lightbox-image-details-caption .download a { background: url(../images/download.png) no-repeat left center; color: #707172; font-weight: bold; height: 20px; line-height: 20px; padding-left: 25px; text-decoration: none; }

#lightbox-image-details-caption .download a:hover { text-decoration: underline; }



/* Kachel-Darstellung */

#content .tx-gallery-pi1-tileview { width: 520px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }

#content .tx-gallery-pi1-tileview ul {
list-style-type: none;
list-style:none;
margin: 0;
padding: 0; }

#content .tx-gallery-pi1-tileview li { float: left; padding: 10px 10px 10px 10px; margin:0 ;}

#content .tx-gallery-pi1-tileview li.rowClr { clear: left; }

#content .tx-gallery-pi1-tileview li img { border: 2px solid #F5F6F8; }

#content .tx-gallery-pi1-tileview li a:hover img { border: 2px solid #155092; }

#content .showDetail {
	padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; background-color:#FFFFFF;
}
