@charset "UTF-8";
/* CSS Document */

/* ================================================================ 
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.stunicholls.com/menu/photo_click.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.
=================================================================== 

Not so simple photo gallery */

.gallery {
	margin:10px 0;
	width:380px;
	height:340px;
	padding:10px;
	border:1px solid #333;
	background: #B7C2EC;
	position:relative;
}

.gallery b.default {
position:absolute; 
left:40px; 
top:80px; 
width:300px; 
height:260px; 
text-align:center;
padding:10px;}

.gallery b.default img {
display:block;
margin:0px auto 10px auto; 
border:1px solid #eee; 
border-color:#555 #ddd #eee #333;}


.gallery ul {
list-style:none; 
padding:0; 
margin:0;
width:380px; 
position:relative; 
float:left;}

.gallery ul li {
display:inline; 
width:52px;
height:52px; 
float:left; 
margin:0 0 5px 10px;
} 

.gallery ul li a {
display:block;
width:50px;
height:50px; 
text-decoration:none; 
border:1px solid #000;
border-color:#eee #555 #333 #ddd;}



.gallery ul li a img {
display:block; 
width:50px; 
height:50px; 
border:0;}

.gallery ul li a:hover {
	white-space:normal;
	border-color:#555 #ddd #eee #333;
	background:#657FD6;
}

.gallery ul li a:hover b {
left:40px; 
top:80px;
position:absolute;  
width:300px; 
height:260px; 
text-align:center;
background: #B7C2EC; 
z-index:20;}


	
.gallery ul li a:hover img {
margin:0 auto 10px auto;
width:auto; 
height:auto; 
border:1px solid #eee; 
border-color:#555 #ddd #eee #333;}

.gallery ul li a:active, #gallery ul li a:focus {
	white-space:normal;
	border-color:#555 #ddd #eee #333;
	background:#657FD6;
}

.gallery ul li a:active b, #gallery ul li a:focus b {
	position:absolute; 
	left:40px; 
	top:80px; 
	width:300px; 
	height:260px; 
	text-align:center; 
	background: #B7C2EC;
	z-index:10;
}



.gallery ul li a:active img, #gallery ul li a:focus img {
	margin:0 auto 10px auto; 
	width:auto; 
	height:auto; 
	border:1px solid #eee; 
	border-color:#555 #ddd #eee #333;
}
