

/* ================================================================ 
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/lightbox.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.
=================================================================== */
/* common styling */

a {color:#000;}
a:hover {text-decoration:none;}
a:visited {color:#000;}

/* slides styling */

.photo {width:550px; text-align:center; margin:0 auto;}

.photo h1
{
	font-family: "Times New Roman", Times, serif;
	color: #48081d;
	font-size: 16px;
	font-weight: bold;
	padding:10px;
}

.photo ul.topic {padding:0; list-style:none; height:auto; position:relative; z-index:10; text-align:center; margin: 0 auto;}

.photo ul.topic li {display:block; width:75px; height:31px; float:left;}
.photo ul.topic li a.set {display:block; font-size:11px; width:74px; height:30px; text-align:center; line-height:30px; color:#000; text-decoration:none;  border-width:1px 1px 0 0; background:#000; font-family:verdana, arial, sans-serif;}

.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

.photo ul.topic li.active a
{}

.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{ }

.photo ul.topic li.active ul
{display:block; position:absolute; top:10px; list-style:none; padding:0; text-align: left;  padding-left:5px; width:550px;  z-index:1;}

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul
{display:block; position:absolute; top:10px; list-style:none; padding:0; height:325px;  padding-left:5px; width:550px;  z-index:100;}

.photo ul.topic li ul li
{display:inline; width:85px; height:67px; float:left; margin:2px;}

.photo ul.topic li ul li a
{display:block;  cursor:default; float:left; text-decoration:none;}

.photo ul.topic li ul li a img
{display:block; width:70px; height:55px; border:3px solid #666666; margin:0 auto;}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative; }

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute;  width:200px; height:150px; border-color:#ddd;}

