/* ================================================================ 
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/list_gallery.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
=================================================================== */
/* defaults required for IE6 */
a {color:#B0A277;}
a:visited {color:#B0A277;}
a:active {color:#B0A277;}
a:hover {text-decoration:none;}

/* Gallery styling */

body { 
	background-image:  url("../images/galleries/gallery.jpg");
	background-repeat: no-repeat;
	background-color: #4c0000;
}

.photo {
	position:absolute;
	top:10%;
	width:732px;
	height:382px;
}
.photo ul, .photo ul ul {padding:0; margin:0; border:0; list-style:none; width:215px;}
.photo ul ul {margin-left:-9999px; height:0; overflow:hidden;}

/* thumbnail menu dropdown */
.photo ul li {width:215px; background:#7e0600 url("../images/galleries/gallery_menu2.gif") no-repeat; float:left;}
/* thumbnail menu closed up */
.photo ul li a.set {display:block; text-align:center; height:30px; line-height:30px; background:#fff url("../images/galleries/gallery_menu0.gif") no-repeat; font-family: verdana, arial, sans-serif; font-size:11px; text-decoration:none;}

.photo ul li table {border-collapse:collapse: margin:0; padding:0; display:none;}

.photo ul li a.set:hover {background:transparent;}
.photo ul li:hover a.set {background:transparent;}

/* bgd for large image when menu open*/
.photo ul :hover b {display:block; width:480px; height:480px; background:#4c0000; border:1px solid #B0A277; position:absolute; left:250px; top:0;}

.photo ul :hover table
{border-collapse:collapse: padding:0; margin-top:-2px; display:block; border:1px solid #B0A277; border-width:0 1px 1px 1px;}

.photo ul :hover ul
{margin:0; width:207px; overflow:visible; height:207px; background:transparent;}

.photo ul :hover ul li
{float:left; display:inline; width:56px; margin:2px 6px; background:transparent;}

.photo ul :hover ul li a
{
	background:transparent;
	color: #B0A277;
}

.photo ul :hover ul li a img.thumb
{margin:3px; display:block; border:0;}

.photo ul :hover ul li a img.full
{position:absolute; left:-9999px; top:0; border:0;}

.photo ul :hover ul li a:hover img.thumb
{margin:0; border:3px solid #B0A277;}

.photo ul :hover ul li a:hover
{background:#4c0000;}

.photo ul :hover ul li a:hover img.full
{left:250px; z-index:0; border:1px solid #B0A277;}

/* bgd for large image when menu closed up */
.photo .default {
	width:480px;
	height:480px;
	position:absolute;
	left:250px;
	top:0;
	border:1px solid #B0A277;
}





