﻿/**
 * 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 CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */

/* Color Legend */
 
#jquery-overlay {
	position:absolute; top:0; left:0; z-index:90;
	width:100%; height:500px;
	}

#jquery-leuchtkasten {
	position:absolute; top:0; left:0; width:100%; z-index:100;
	text-align:center; line-height:0;
	}

#jquery-leuchtkasten a img { border:none; }

#leuchtkasten-container-image-box {
	position:relative;
	background-color:#fff;
	width:450px; height:250px; margin:0 auto;
	}

#leuchtkasten-container-image { padding:10px; }

#leuchtkasten-laden {
	position:absolute; top:40%; left:0%;
	height:25%; width:100%;
	text-align:center; line-height:0;
	}

#leuchtkasten-nav {
	position:absolute; top:0; left:0; z-index:10;
	height:100%; width:100%;
	}

#leuchtkasten-container-image-box > #leuchtkasten-nav { left:0; }

#leuchtkasten-nav a { outline:none;}

#leuchtkasten-nav-btnZurueck, #leuchtkasten-nav-btnWeiter {
	width:40%; height:100%;
	zoom:1;
	display:block; color:#333;
	}

#leuchtkasten-nav-btnZurueck { 
	left:0;
	margin-left:6px;
	float:left;
	}

#leuchtkasten-nav-btnWeiter { 
	right:0;
	margin-right:6px;
	float:right; 
	}

#leuchtkasten-container-image-data-box {
	font-family:Arial, Helvetica, sans-serif; font-size:10px; line-height:1.4em;
	background-color:#fff;
	margin:0 auto; overflow:auto;
	width:100%;
	padding:0 10px 0;
	}

#leuchtkasten-container-image-data {
	padding:0 10px; 
	color:#666; 
	}

#leuchtkasten-container-image-data #leuchtkasten-image-details { 
	width:50%; 
	float:left; 
	text-align:left; 
	}	

#leuchtkasten-image-details-caption { font-weight:bold; }

#leuchtkasten-image-details-currentNumber {
	display:block; 
	clear:left; 
	padding-bottom:1.0em;	
	}			

#leuchtkasten-secNav-btnSchliessen {
	width:111px; 
	float:right;
	padding-bottom:0.7em; color:#333;	
	}

/* Gallery Style */

#gallery {
	padding:10px 0;
	width:766px;
	}
	
#gallery img {
	padding:5px; margin:10px;
	border:1px solid #aaa;
	}

#gallery a:hover img {
	border:1px solid #000;
	}

/* Gallery2 Style */

#gallery2 {
	padding:10px 0;
	width:766px;
	}
	
#gallery2 img {
	padding:5px; margin:5px;
	border:1px solid #aaa;
	}

#gallery2 a:hover img {
	border:1px solid #000;
	}

/* Gallery3 Style */

#gallery3 {
	padding:10px 0;
	width:766px;
	}
	
#gallery3 img {
	padding:5px; margin:5px;
	border:1px solid #aaa;
	}

#gallery3 a:hover img {
	border:1px solid #000;
	}