/* ================================================================ 
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.stunicholls/gallery/left_right_click.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.
=================================================================== */

div#gallery
{
	width: 750px;
	margin: 10px auto;
}

div#gallery h3#legende
{
	clear: both;
	width: 750px;
	text-align: center;
	margin: 0 auto 0 auto;
	color: #e98600;
	font-size: 14px;
}

div#gallery img, div#gallery ul, div#gallery li
{
	padding: 0;
	margin: 0;
}

div#gallery img.left 
{
	float: left;
	cursor: pointer;
	padding: 15px 11px 0 0;
}

div#gallery img.right 
{
	float: left;
	cursor: pointer;
	padding: 15px 0 0 11px;
}


div#gallery ul 
{
	list-style: none;
	padding: 5px 0 10px 0;
	margin: 0;
	float: left;
}

div#gallery ul li 
{
	display: inline;
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 4px;
	border: 1px solid #aaa;
	cursor: pointer;
}

div#gallery ul li img.mini
{
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	margin-bottom: -4px;
}

div#gallery ul li.chosen 
{
	border-color: #e98600;
	cursor: default;
}

/* div#gallery ul li.chosen span 
{
	display: block;
} */

div#gallery ul li.hide 
{
	display: none;
}

div#gallery img#main_img 
{
	width: 750px;
	height: auto !important;
	height: 562.5px;
	border: 2px solid #e98600;
	margin: 0 auto;
}

#preload img 
{
	display: none;
}

div#gallery ul li span 
{
	display: none;
	/* position: absolute;
	margin: 0 auto 0 auto;
	top: 675px;
	width: 700px;
	font-family: verdana, arial, sans-serif;
	color: #666;
	font-size: 11px;
	line-height: 15px;
	text-align: justify; */
}

div#gallery ul li b 
{
	color: #444;
}