/* ================================================================ 
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.
=================================================================== */

 ul.topic {padding-top:10px; margin:0 auto; list-style:none; width:500px; height:auto; position:relative; z-index:10;}

 ul.topic li {display:block; width:155px; height:121px; float:left;}

 ul.topic li.active ul
{
	display:block;
	position:absolute;
	left:0;
	list-style:none;
	padding:0;
	margin:10px;
	height:124px;
	z-index:1;


*/; 			width: 500px;
}

 ul.topic li ul li
{/*display:inline; width:112px; height:87px; float:left; border:1px solid #fff; margin:1px;*/}

 ul.topic li ul li a
{/*display:block; width:110px; height:85px; cursor:default; float:left; text-decoration:none; background:#444; border:1px solid #888;*/}

 ul.topic li ul li a img
{display:block; width:150px; height:121px;}

 ul.topic li a:hover ul li a:hover, 
 ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

 ul.topic li a:hover ul li a:hover img, 
 ul.topic li:hover ul li a:hover img 
{position:absolute; left:-50px; top:-32px; width:350px; height:280px; }
