﻿/**** PKG Gallery ****/
.gallery
{
	width: 725px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.gallery #slideshow
{
	list-style: none;
	color: #000000;
	text-align: left;
}
.gallery #slideshow span
{
	display: none;
}
.gallery #wrapper
{
	/*width: 302px;*/
	margin: 0 auto;
	display: none;
	text-align: left;
	
}
.gallery #wrapper *
{
	margin: 0;
	padding: 0;
}
.gallery #fullsize
{
	position: relative;
	width: 725px;
	height: 200px;
	padding: 0;
	border: 1px solid #333333;
	background: #ffffff;
	text-align: left;
}
.gallery #information
{
	position: absolute;
	bottom: 0;
	width: 725px;
	background: #000;
	color: #fff;
	overflow: hidden;
	z-index: 11200;
	padding: 0;
	opacity: .7;
	filter: alpha(opacity=70);
}
.gallery #information h3
{
	padding: 4px 8px 3px;
	font: 12px 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
.gallery #information p
{
	display: none;
}
.gallery #image
{
	width: 725px;
	height: 190px;
	text-align: left;
}
.gallery #image img
{
	position: absolute;
	z-index: 25; /*width: 300px;*/
	width: 725px;
	height: 190px;
	text-align: left;
}
.gallery .imgnav
{
	position: absolute;
	width: 100px;
	height: 200px;
	cursor: pointer;
	z-index: 50;
}
.gallery #imgprev
{
	left: 2px;
	background: url(../Slide/Images/gallery-skip-left.png) left center no-repeat;
}
.gallery #imgnext
{
	right: 2px;
	background: url(../Slide/Images/gallery-skip-right.png) right center no-repeat;
}
.gallery #thumbnails
{
	margin-top: 6px;
	width: 725px;
}
.gallery #slideleft
{
	float: left;
	width: 16px;
	height: 49px;
	background: url(../Slide/Images/gallery-skip-left.png) left center no-repeat;
	background-color: #ffffff;
}
.gallery #slideleft:hover
{
	background-color: #ffffff;
}
.gallery #slideright
{
	float: right;
	width: 16px;
	height: 49px;
	background: #ffffff url(../Slide/Images/gallery-skip-right.png) right center no-repeat;
}
.gallery #slideright:hover
{
	background-color: #ffffff;
}
.gallery #slidearea
{
	float: left;
	position: relative;
	width: 680px;
	left: 5px;
	height: 49px;
	overflow: hidden;
}
.gallery #slider
{
	position: absolute;
	left: 0;
	height: 81px;
}
.gallery #slider img
{
	cursor: pointer;
	border: 1px solid #666;
	padding: 1px;
}



#sidebar .map
{
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #999999;
}
#sidebar #pkggallery
{
	margin: 0;
	padding: 0;
	width: 725px;
	height: 220px;
}
