/* Gallery Layout CSS */
div.jqGalleryWrap {
	color:#FFF;
	width:100%;
	height:600px;
	background:#000;
	position:relative;
	/*border:1px solid #666666;*/
}
ul.jqGallery li, ul.jqGallery li a, .jqGalleryThumbFlash {
	width:72px;
	height:55px;
}
ul.jqGallery li {
	border:1px solid #FFF;
}
ul.jqGallery li, .jqGalleryThumbFlash {
	margin:0 2px 4px 2px;
}
ul.jqGallery {
	padding: 10px;
	width:234px;
	height:auto;
	list-style:none outside none;
	margin:0;
	position:relative;
	border: 1px solid #333;
	float:left;
}
.jqGalleryThumbs {
	position:absolute;
	left:20px;
	top:53px;
	height: 450px;
	overflow: auto;
	width: 278px;
}
.jqGalleryTitle {
	width:530px;
	height:auto;
	height:53px;
	line-height:18px;
	position:relative;
	text-align:left;
	top:-5px;
}
.jqGalleryInstructions {
	width:530px;
	line-height:18px;
	position:relative;
	text-align:left;
}
div.jqGalleryPreviewImage {
	width:560px;
	position:relative;
	background:url('../img/loading.gif') center no-repeat;
	margin-bottom: 10px;
	border: 1px solid #333;
}
div.jqGalleryNavigation {
	clear:both;
	width:499px;
}
ul.jqGallery li {
	overflow:hidden;
	float:left;
	text-align:center;
	position:relative;
}
ul.jqGallery li img {
	border:none;
}
ul.jqGallery li a {
	display:block;
	position:relative;
}
.jqGalleryThumbFlash {
	background:#FFF;
	position:absolute;
	top:0;
	left:-2px;
	display:none;
}
.jqGalleryTitle div {
	width:100%;
	position:absolute;
	padding:5px 0;
	text-align:center;
	display:none;
	border: none;
}
.jqGalleryInstructions div {
	width:100%;
	padding:5px 0;
	border:1px solid #333;
	text-align:center;
}
div.jqGalleryPreviewImage img {
	cursor:pointer;
	display:none;
}
div.jqGalleryNavigation img {
	cursor:pointer;
	margin:0 0 4px;
}
/* Gallery Thickbox CSS */

#jqGalleryWindow {
	border:5px solid #484848;
	background:#FFF;
	color:#333;
	font-family:Tahoma;
	display:none;
}
#jqGalleryWindow a, #jqGalleryWindow a:hover, #jqGalleryWindow a:visited {
	color:#999;
}
#jqGalleryWindowClose {
	margin:10px;
	text-align:right;
}
#jqGalleryWindowTitle {
	margin:10px;
	text-align:left;
}
#jqImageFull {
	position:relative;
	display:none;
	width:auto;
	height:auto;
}
#jqGalleryWindowImg {
	padding:0 50px;
	background:url('../img/loading.gif') center no-repeat;
}
#jqGalleryWindow div.jqGalleryNavigation {
	width:auto;
	background:#000;
	border-top:4px solid #484848;
}
#jqGalleryWindow div.jqGalleryNavigation img {
	margin:1px;
}
#cmdNextFull {
	position:absolute;
	top:45%;
	right:4px;
	cursor:pointer;
}
#cmdPrevFull {
	position:absolute;
	top:45%;
	left:4px;
	cursor:pointer;
}
#jqGalleryWindowTitle span {
	font-size:0.9em;
	color:#999;
}
/**
 * Individual Gallery Instance Styles
 */
div.jqGalleryWrap .jqGalleryPreviewImage, div.jqGalleryWrap .jqGalleryNavigation, div.jqGalleryWrap .jqGalleryTitle {
  position:relative;
  left:135px;
}
#gallerytop{
  height:auto;
}
#gallerytop .jqGalleryPreviewImage, 
#gallerytop .jqGalleryNavigation, 
#gallerytop .jqGalleryTitle{
  left:0;
  margin:auto;
  width:800px
}
#gallerytop .jqGalleryThumbs{
  position:relative;
  left:0;
  top:0;
  height:auto;
  width:800px;
  margin:auto;
}
#gallerytop ul.jqGallery{
  width:778px;
}
/**
 * 2 column gallery default widths
 */
div.galleryright2column div.jqGalleryWrap, div.galleryleft2column div.jqGalleryWrap,
div.galleryright2column div.jqGalleryPreviewImage, div.galleryleft2column div.jqGalleryPreviewImage,
div.galleryright2column div.jqGalleryTitle, div.galleryleft2column div.jqGalleryTitle,
div.galleryright2column div.jqGalleryInstructions, div.galleryleft2column div.jqGalleryInstructions{
  width:451px;
  margin:auto;
  left:0;
  /* Temp fix */
  width:auto;
  height:auto;
}
div.galleryright2column .jqGalleryThumbs {
  height:190px;
  left:0;
  margin:auto;
  overflow:auto;
  position:relative;
  top:10px;
  width:428px;
  border:1px solid #333333;
}
div.galleryright2column div.jqGalleryNavigation, div.galleryleft2column div.jqGalleryNavigation{
  width:449px;
  margin:auto;
}
div.galleryright2column ul.jqGallery, div.galleryleft2column ul.jqGallery{
  width:390px;
  margin:auto;
  border:none;
}
