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

This file [lightbox.css] has been modified from the original by Chris Maggs for use in www.maggsweb.co.uk.
=========================================================================================================*/

/*  MAIN DIV
#lightbox {width:635px; text-align:left; position:relative; margin:0 auto;} */
#lightbox {width:482px; text-align:left; position:relative; margin:40px auto 0px; height:300px;}
/* height:300 works for 2 rows of images */

#lightbox ul.type {padding:0; margin:0; list-style:none; width:635px; height:auto; position:relative; z-index:10;}




/* InActive TAB sizes 
#lightbox ul.type li {		display:block; width:125px; height:31px; float:left;} */
#lightbox ul.type li {		display:block; width:239px; 			 float:left; }

/* Active TAB sizes 
#lightbox ul.type li a.set {display:block; font-size:11px; width:124px; 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:verdana, arial, sans-serif;} */
#lightbox ul.type li a.set {display:block; font-size:14px; width:241px;  		text-align:center; 
							 color:#000;  text-decoration:none; background:#666; padding: 4px 0;}

#lightbox ul.type li a ul, 
#lightbox ul.type li ul {display:none;}

/* Active TAB colours */
#lightbox ul.type li.active a {color:#ccc; background:#3f3f3f;}

/* On Hover TABS colour */
#lightbox ul.type li a:hover,
#lightbox ul.type li:hover a { color:#ccc; background:#3f3f3f;  }





/*  MAIN BACKGROUND AREA
#lightbox ul.type li.active ul {display:block; position:absolute; left:0; top:31px; list-style:none; 
								padding:0; margin:0; height:375px; background:#ddd; width:464px; padding:40px 60px; 
								border:20px solid #bbb; z-index:1;} */
#lightbox ul.type li.active ul {display:block; position:absolute; left:0; top:24px; list-style:none; 
								padding:0; margin:0; height:190px; background:#3f3f3f; width:350px; padding:40px 65px; z-index:1;}
								
/*  MAIN BACKGROUND AREA : HOVER
#lightbox ul.type li a:hover ul, 
#lightbox ul.type li:hover ul {display:block; position:absolute; left:0; top:31px; list-style:none; 
								padding:0; margin:0; height:375px; background:#ddd; width:464px; padding:40px 60px; 
								border:20px solid #aaa; z-index:100;} */
#lightbox ul.type li a:hover ul, 
#lightbox ul.type li:hover ul {display:block; position:absolute; left:0; top:24px; list-style:none; 
								padding:0; margin:0; height:190px; background:#3f3f3f; width:350px; padding:40px 65px; z-index:100;}



#lightbox ul.type li ul li {display:inline; width:112px; height:87px; float:left; border:1px solid #fff; margin:1px;}

#lightbox ul.type li ul li a {display:block; width:110px; height:85px; cursor:default; float:left; text-decoration:none; 
								background:#444; border:1px solid #888;}


/* IMAGE */
#lightbox ul.type li ul li a img {display:block; width:100px; height:75px; border:5px solid #eee;} 

#lightbox ul.type li a:hover ul li a:hover, 
#lightbox ul.type li:hover ul li a:hover {white-space:normal; position:relative;}

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

