/*
 * Styles for image gallery
 */

div#gallery-intro
{
	padding: 10px;
	background-color: #f3f0d5;
	margin-bottom: 10px;
	width: 626px;
}

div#gallery-intro p
{
	padding-bottom: 0px;
	margin-bottom: 0px;	
}
 
div#galley-wrapper
{
	padding: 7px;
	background-color: #ccc;
  /*width: 626px;
  height: 490px;*/
}

div#galley-wrapper p#current-image-text
{
	margin-bottom: 0px;
}

div#gallery-menu h3
{
  font-family: Arial;
  font-weight: bold;
  font-size: 10pt;
}

div#gallery-image
{
	float: left;
	/*width: 626px;
	height: 333px;*/
	position: relative;
	overflow: hidden;
	background-color: #999;
}

div#gallery-image img#gallery-image-main
{
	position: absolute;
	top: 0px;
	left: 0px;
}

div#gallery-image div#gallery-image-details 
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 626px;
	background-color: #000;
	color: #ddd;
	height: 20px;
	padding:3px 3px 3px 30px;
	overflow: hidden;
}

div#gallery-image div#gallery-image-details h4
{
	color: #fff;
	margin: 0px;
	padding: 2px 0px 3px;
	font-size: 12px;
}

div#gallery-image div#gallery-image-details p
{
	line-height:1.1em;
	width:300px;
	font-size: 11px;
}

div#gallery-image div#tools{
	bottom:4px;
	position:absolute;
	right:40px;
	height: 14px;
	line-height: 14px;
	vertical-align: top;
	border: solid 1px #000000;
}

div#gallery-image div#tools *{
	vertical-align: top;
}

div#gallery-menu
{
	float: left;
	/*width: 626px;*/
	overflow: hidden;
	position: relative;
	/*height: 333px;*/
}

div#image-groups
{
	margin: 0px;
	padding: 0px;
	list-style: none none inside;
	width: 10000px;
	position: absolute;
	top: 10px;
	left: 0px;
}

div#image-groups div.image-group
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 626px;
}

div#gallery-menu div.gallery-image-button,
div#gallery-menu div.gallery-image-button-next,
div#gallery-menu div.gallery-image-button-previous
{
	display: block;
	height: 60px;
	width: 60px;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0px 0px 4px 4px;
	float: left;
	position: relative;
	cursor: pointer;
}

div#gallery-menu div.gallery-image-border
{
	display: block;
	height: 54px;
	width: 54px;
	border: 3px solid #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

div#gallery-menu a
{
	display: block;
	height: 54px;
	width: 54px;
	border: 3px solid Transparent;
}

div#gallery-menu a:hover
{
	border: 3px solid #fff;
}

p#current-image-text
{
	position: absolute;
	top: 140px;
	left: 3px;
}

#gallery-previous-image,
#gallery-next-image
{
	position: absolute;
	bottom: 3px;
}

#gallery-previous-image
{
	left: 3px;
}

#gallery-next-image
{
	right: 3px;
}

a#gallery-image-download-link
{
  float: left;
  margin-right: 5px;
}

img#gallery-info
{
  float: left;
	cursor: pointer;
}

div#gallery-image-description 
{
  /*width: 515px;*/
}