﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/slides.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
b  {
	font-family: "Trebuchet MS";
	color: black;
	font-size: small;
	font-style: italic;
	text-align: left;
}

i  {
	font-family: "Trebuchet MS";
	color: black;
	font-size:x-small;
	text-align: right;
}

.text {
	position:absolute;
	width:70%;
	text-align:center;
	top:150%;
	margin-left:15%;
	margin-right:15%;
	z-index:0;	
}

.gallery {
	background:transparent;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	}
		
.gallery ul {
	width:100%;
	position:relative;
	list-style:none; 
	padding:0;
	margin:0; 
	z-index:2;
	}

.gallery ul li {
	display:inline; 
	width:10%; 
	height:auto;
	float:left; 
	margin:1%;
	}

.gallery ul li a {
	display:block; 
	width:100%; 
	height:auto;
	cursor: default; 
	text-decoration:none;
	background-color:#e0e0e0;
	}
	
.gallery ul li a b, .gallery ul li a i {
	display:none;
	width:100%;
	}

.gallery ul li a.hor img {
	display:block; 
	width:100%;
	margin-left:auto;
	margin-right:auto; 
	height:auto;
	border:none;
	}

.gallery ul li a.vert img {
	display:block; 
	width:44%;
	margin-left:auto;
	margin-right:auto; 
	height:auto; 
	border:none;
	}

.gallery ul li a.hor:hover, .gallery ul li a.vert:hover  {
	position:absolute;
	top:10%;
	left:0;
	width:100%;
	height:auto;
	z-index:1;
	}
/*
.gallery ul li a.hor:hover img {
	width:100%;
	height:auto;
	}

.gallery ul li a.vert:hover img {
	width:50%;
	height:auto;
	margin-left:auto;
	margin-right:auto; 
	}
*/
.gallery ul li a:hover b {
	display:block;
	text-align:center; 
 	}

.gallery ul li a:hover i {
	display:block;
	text-align:right; 
 	}

div.container {
	width:110%;
	height:auto
}	

div.box1 {
	width:100%; 
	height:auto;
	float:left;
	margin-left:0;
	margin-right:0;
	}
	
div.box2 {
	width:48%; 
	height:auto;
	float:left;
	margin-left:0;
	margin-right:1%;
	}
	
div.box4 {
	width:23%; 
	height:auto;
	float:left;
	margin-left:0;
	margin-right:1%;
	background-color:transparent
	}

div.box5 {
	width:18%; 
	height:auto;
	float:left;
	margin-left:0;
	margin-right:1%;
	}

div.box6 {
	width:15%; 
	height:auto;
	float:left;
	margin-left:0;
	margin-right:1%;
	}

div.box7 {
	width:13%; 
	font-size:6pt;
	height:auto;
	float:left;
	margin-left:0;
	margin-right:1%;
	}

div.box2 img, div.box4 img, div.box5 img, div.box6 img, div.box7 img {
	width:100%; 
	height:auto;
	border-style:none;
	padding:0;
	margin:0;
	}

div.box2 a, div.box4 a, div.box5 a, div.box6 a, div.box7 a {
	text-decoration:none;
	}

