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

/* styling */
.photos {width:560px; /*height:490px;*/ height:430px; text-align:left; position:relative; margin:0 auto;}

.photos ul.topic {padding:0; margin:0; list-style:none; width:600px; height:auto; position:relative; z-index:10;}

.photos ul.topic li {display:block; width:100px; height:31px; float:left;}
.photos ul.topic li a.set {display:block; font-size:11px; width:99px; height:30px; text-align:center; line-height:30px; color:#000; text-decoration:none; border:1px solid #fff; border-width:1px 1px 0 0; background:#ccc; font-family:'Lucida Grande', verdana, arial, sans-serif;}

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

.photos ul.topic li.active a
{color:#000; background:#bbb;}

.photos ul.topic li a:hover,
.photos ul.topic li:hover a
{color:#fff; background:#aaa;}

.photos ul.topic li.active ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0;  /*height:375px;*/ height:310px; background:#eee; width:403px; padding:30px 40px; border:8px solid #bbb; z-index:1;}

.photos ul.topic li a:hover ul,
.photos ul.topic li:hover ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; /*height:375px;*/ height:310px; background:#eee; width:403px; padding:30px 40px; border:8px solid #aaa; z-index:100; }

.photos ul.topic li ul li
{display:inline; width:402px; /*height:377px;*/ height:307px; float:left; border:1px solid #fff; margin:1px; }

* html .photos ul.topic li ul li
{w\idth:401px; }

.photos ul.topic li ul li a
{display:block; width:401px; height:375px; cursor:default; float:left; text-decoration:none; background:#444; border:1px solid #888; }

.photos ul.topic li ul li a:link.extern {
	color: #0A51A1;
	background:url(../images/link_extern6.gif) no-repeat right; padding-right:11px; height:16px; border:none; width:auto; cursor: pointer; }

.photos ul.topic li ul li a:visited.extern {
	color: #0A51A1;
	background:url(../images/link_extern6.gif) no-repeat right; padding-right:11px; height:16px; border:none; width:auto; cursor: pointer; }

.photos ul.topic li ul li a:hover.extern {
	color: #009E19;
	background:url(../images/link_extern.gif) no-repeat right; padding-right:11px; height:16px; border:none; width:auto; cursor: pointer; }

#mainCol .photos ul.topic li ul li p
{ width: 400px; padding:0 5px; color:#000; line-height:16px; font-size:11px; }

.photos ul.topic li ul li h5
{ text-align:center; padding:5px 0 0 0; color:#000; margin: 9px 0;}

.photos ul.topic li ul li a img
{display:block; width:100px; height:75px; border:5px solid #eee;}

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

.photos ul.topic li a:hover ul li a:hover img,
.photos ul.topic li:hover ul li a:hover img
{position:absolute; left:-50px; top:-32px; width:200px; height:150px; border-color:#fff; }
