/* ================================================================ 
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 assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Modified by Aaron Torres for www.10000cranes.com web design*/

#gallery-topleft-panel{background: #9C0001 url(../images/ks_icon.jpg) no-repeat; background-position: 10px 15px;}
#gallery-topleft-panel{width: 250px; height: 400px; position: relative;}

#slideshow1{
	width: 200px;
	height: 300px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #000;
	float: right;
	position: relative;
	bottom: 385px;
	right: 75px;
}

.ss1{
	width: 200px;
	height: 300px;
}

.slideCaption, .nextSlide, .prevSlide, .activeSlide, .linksSlide{
	display: none;
}

/* make an initial box for gallery information */
.menu2 #initial{width:629px; height:455px;background:#9C0001; position:relative; 
	margin-top: 31px; padding-top: 31px; z-index: 0;}

.menu2 #initial #description-container{ width: 469px; height: 325px; border: 1px solid #FFB900; padding: 20px; margin: 40px; 
	margin-top: 20px; margin-left: 60px; postion: absolute;}
.menu2 #initial #description-container{ color: #FFB900; background:#500;}
.menu2 #initial #description{font-family: Times; width: 245px; margin-top: 70px; float: left;}

.menu2 #initial a:link, .menu2 #initial a:visited, .menu2 #initial a:active{font-weight: bold; color: #FFB900}

/* common styling */

/* set up the overall width of the menu div and the margins with a absolute position*/
.menu2 {
	font-family: verdana, arial, sans-serif;
	width:630px;
	margin:0 auto;
	position:absolute;
	top: 20px;
	left: 30%;
	z-index:3;
	height: 43px;
}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {padding:0; margin:0; list-style-type: none; border:0; }

/* float the list so that the items are in a line */
.menu2 ul li {float:left;}

/* style the links*/
.menu2 ul li a, .menu2 ul li a:visited {display:block; float:left; text-align:center; 
	text-decoration:none; width:209px; height:30px; color:#FFB900; border:1px solid #FFB900; 
	border-width:1px 1px 0 0; background:#9C0001; line-height:30px; font-size:11px;}
	
/* make the dropdown ul invisible */
.menu2 ul li ul{display: none;}

/* specific to non IE browsers */

/* set the background and foreground color of the main menu li on hover */
.menu2 ul li:hover a{color:#FFB900; background:#500;}

/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul{text-align:left; display:block; position:absolute; top:31px; left:0; z-index:1;}

/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li:hover ul li {width:469px; height:365px; border:20px solid #500; background:#FFB900; 
	color:#000; position:relative; padding:40px 60px;}

/* style the initial image size 75 x 95 no border and 5pixel padding */
.menu2 ul li:hover ul li a img { width:75px; height:95px; border:0; margin:5px;}

/* style the size, background color, border and margin of the submenu links */
.menu2 ul li:hover ul li a {float:left; width:85px; height:105px; background:#500; 
	border:1px solid #000119; margin:1px;}

/* style position of the links on hover */
.menu2 ul li:hover ul li a:hover {position:relative;}

/* style the 2x size image on hover with an absolute position to place it centrally over the original image */
.menu2 ul li:hover li a:hover img {width:150px; height:190px; position:absolute; left:-50px; 
	top:-38px; border:0; border:1px solid #000119; padding:5px; background:#500;}
