﻿/* =========================== */
/*  LUSANET GALLERY MODULE     */
/*  VERSIE 1.0.00              */
/*  2010 KW 1                  */
/* =========================== */
/*  © 2010 LuSaneT Group       */
/*  www.lusanet.nl             */
/* =========================== */
/*  Fotoalbum                  */
/*  includes/gallery.css       */
/* =========================== */

/* === NAVIGATION === */
	.galleryNavigation {
		clear: both;
		float: left;
		width: 570px;
		height: 22px;
		margin-bottom: 20px;
		margin-top: 20px;
		border-bottom: 1px solid #FF0000;
		border-top: 1px solid #FF0000;
	}
	
	.galleryNavigation a {
		color: #000000;
		text-decoration: none;
	}
	.galleryNavigation a:hover {
		text-decoration: underline;
	}
	
	.galleryNavigation .left, .galleryNavigation .center, .galleryNavigation .right {
		clear: none;
		float: left;
		width: 33.33%;
		height: 20px;
		margin-top: 1px;
		line-height: 20px;
	}
	.galleryNavigation .left {
		text-align: left;	
	}
	.galleryNavigation .center {
		text-align: center;
	}
	.galleryNavigation .right {
		text-align: right;
	}
	

/* ==  ALBUMS === */
	.galleryAlbumsBox {
		clear: both;
		float: none;
		width: 570px;
	}
	
	.galleryAlbumsBox .album {
		overflow: hidden;
		clear: both;
		float: none;
		width: 570px;
		height: 80px;
		margin-bottom: 20px;
		background-position: 0px center;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	
	.galleryAlbumsBox .album .title {
		clear: both;
		float: left;
		width: 485px;
		margin-left: 85px;
		margin-bottom: 5px;
		border-bottom: 1px solid #FF0000;
		font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		text-align: left;
	}
	.galleryAlbumsBox .album .title a {
		color: #000000;
		text-decoration: none;	
	}
	
	.galleryAlbumsBox .album .description {
		clear: both;
		float: left;
		width: 485px;
		margin-left: 85px;
		text-align: left;
	}
	.galleryAlbumsBox .album .description p {
		margin-top: 0px;	
	}

/* === ALBUM OVERVIEW === */
	.galleryAlbumOverview {
		clear: both;
		float: none;
		width: 570px;
	}
	
	.galleryAlbumOverview .title {
		clear: both;
		float: none;
		width: 570px;
		border-bottom: 1px solid #FF0000;
		font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		text-align: center;
	}
	
	.galleryAlbumOverview .photoBox {
		clear: both;
		float: none;
		width: 570px;
		margin-top: 20px;
	}
	
	.galleryAlbumOverview .photoBox .photo {
		clear: none;
		float: left;
		width: 80px;
		height: 80px;
		margin: 5px;
		background-position: center center;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	
/* === GALLERYLAYER === */
	#galleryLayer, #photoEnlargeLayer {
		display: none;
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-image: url('../images/gallery_layerbackground.png');
		background-position: 0px 0px;
		background-repeat: repeat;
	}
	
	/* LOADING ICON */
		#photoEnlargeLayer #photoEnlargeLayerLoadingBox {
			clear: both;
			float: none;
			display: none;
			position: fixed;
			left: 50%;
			top: 50%;
			width: 200px;
			height: 20px;
			margin-left: -100px;
			margin-top: -10px;
			padding-left: 25px;
			background-color: transparent;
			background-image: url('../images/loading_icon.gif');
			background-position: 2px 2px;
			background-repeat: no-repeat;
			font-size: 11pt;
			font-weight: bold;
			text-align: left;
			line-height: 20px;
		}
	
	/* WINDOW */
		#galleryLayer .window, #photoEnlargeLayer .window {
			clear: both;
			float: none;
/*			width: 998px; */
			margin-bottom: auto;
			margin-left: auto;
			margin-right: auto;
			margin-top: auto;
			border: 1px solid #FF0000;
			background-color: #FFFFFF;
		}
		
		#galleryLayer .window .titlebar, #photoEnlargeLayer .window .titlebar {
			clear: both;
			float: none;
			overflow: hidden;
			width: 100%;
			height: 18px;
			background-color: #FF0000;
			color: #FFFFFF;
			font-weight: bold;
			text-align: left;
			line-height: 18px;	
		}
		
		#galleryLayer .window .titlebar .close, #photoEnlargeLayer .window .titlebar .close {
			clear: none;
			float: right;
			width: 16px;
			height: 16px;
			margin: 1px;
			margin-right: 2px;
			background-image: url('../images/gallery_layerclose.png');
			background-repeat: no-repeat;
			background-position: 0px 1px;
			cursor: pointer;
		}
	
	/* PHOTOLAYERWINDOW */	
		#galleryLayerWindow {
			text-align: center;
		}
