/*
----------------------------------------------------------------------
  Image gallery
----------------------------------------------------------------------
*/

.image-popup-body {
	margin: 0;
	padding: 4px;
}

.full-col {
  width: 728px;
  padding: 4px 0 0 0;
  background: #fff;
}

.full-col .title-bar {
  width: 100%;
  height: 22px;
  padding: 4px 0 0 0;
  margin-bottom: 4px;
  border-top: 1px #dedede solid;
}

.top-title-bar {
  /*margin-bottom: 0 !important;*/
  border-top: none !important;
  padding-top: 0 !important;
}

.full-col .title-bar .fill {
  height: 13px;
  padding: 6px 0 3px 5px;
  margin: 0;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/**/
a {
	color:#fff;
	text-decoration:underline;
}
a:visited {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#f00;
	text-decoration:underline;
}
#image-gallery {
	width: 728px;
	background: #000;
}

#image-gallery #top-nav {
	height: 30px;
}

#image-gallery #top-nav select {
	height: 16px;
	width: 160px;
	background: #000;
	color: #fff;
	font-size: 9px;
	border: 1px #333 solid;
}

#image-gallery #bottom-nav {
	height: 22px;
	padding: 8px 10px 0 10px;
	text-align: center;
	color: #fff;
}

#image-gallery #bottom-nav #desc {
	width: 580px;
	float: left;
}

#image-gallery ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 6px 0 0 10px;
}

#image-gallery li {
	float: left;
	padding: 0 15px 0 0;
}

#image-gallery li img {
	padding: 3px 0 0 0;
}

#image-gallery #image-holder {
  width: 728px;
  height: 480px;
  margin: 0;
  padding: 0;
  background-color: #000;
  text-align: center;
}


.image-iframe {
	width: 728px;
	height: 120px;
	border: none;
}

/**/

#imageGalleryFrontpageDisplay {}

#imageGalleryFrontpageDisplay .image-holder {
	width: 334px;
	height: 488px;
	overflow: hidden;
	float: left;
}

#imageGalleryFrontpageDisplay .text-holder {
	width: 253px;
	height: 467px;
	overflow: hidden;
	padding: 20px !important;
	color: #ccc;
}

#imageGalleryFrontpageDisplay .info-box {
	width: 253px;
	height: 51px;
	padding: 5px 0 0 0;
	margin-top: 2px;
	border-top: 1px #333 solid;
	background: #000;
}

#imageGalleryFrontpageDisplay .text-holder a { color: #ccc; text-decoration: none; }

#imageGalleryFrontpageDisplay .info-box img { float: left; }

#imageGalleryFrontpageDisplay .info-box .text { 
	width: 209px; 
	padding: 0 0 0 10px; 
	float: left;
}

#imageGalleryFrontpageDisplay .info { color: #999; }

/**/


#toggle-button {
	width: 15px;
	height: 488px;
	padding: 162px 0 0 0;
	float: right;
}
