#search {width:360px; top:10px; float:right; text-align:right;}


/* ================================================================ 
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.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* defaults required for IE6 */
a {color:#000;}
a:visited {color:#111;}
a:active {color:#222;}
a:hover {text-decoration:none;}

/* Gallery styling */

.photo {position:relative; width:800px; height:500px;}
.photo ul, .photo ul ul {padding:0; margin:0; border:0; list-style:none; width:280px;}
.photo ul ul {margin-left:-9999px; height:0; overflow:hidden;}
.photo ul li {width:280px; background:#ddd; float:left; background:#fff url(button/gallery_2.gif) no-repeat;}
.photo ul li a.set {
	display:block;
	text-align:center;
	height:30px;
	line-height:30px;
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	text-decoration:none;
	background-color: #FFFFFF;
	background-image: url(button/gallery_0.gif);
	background-repeat: no-repeat;
}

.photo ul li table {margin:0; padding:0; display:none;}

.photo ul li a.set:hover {background:transparent;}
.photo ul li:hover a.set {background:transparent;}

.photo ul :hover b {display:block; width:500px; height:375px; background:#f8f8f8; border:1px solid #888; position:absolute; left:300px; top:0;}

.photo ul :hover table
{padding:0; margin-top:-2px; display:block; border:1px solid #888; border-width:0 1px 1px 1px;}

.photo ul :hover ul
{
	margin:0;
	width:280px;
	overflow:visible;
	background:transparent;
	height: 260px;
}

.photo ul :hover ul li
{
	float:left;
	display:inline;
	width:80px;
	background:transparent;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 6px;
}

.photo ul :hover ul li a
{background:transparent;}

.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 #fc0;}

.photo ul :hover ul li a:hover
{background:#fff;}

.photo ul :hover ul li a:hover img.full
{
	z-index:0;
	border:1px solid #000;
	left: 300px;
}

.photo .default {
	width:500px;
	height:375px;
	position:absolute;
	top:0;
	border:1px solid #ddd;
	left: 300px;
}
