/* Lightbox Styles (some are needed)
----------------------------------*/
#ui-lightbox-wrapper {
	display: none;
	position: absolute;
	width: 20em;
	height: auto;
}
#ui-lightbox-image {
	height: 10em;
	margin: 0em 0 0 0;
	background: url(ajax-loader.gif) no-repeat center center;
}
#ui-lightbox-image img{
	display: none;
}

#ui-lightbox-content {
  padding:2.8em 3em 2.8em 3em;
}

#ui-lightbox-description {
  padding-top:1em;
  color:#3b4e6a;
  font-size:1.167em;
}

/* Picture Styles
----------------------------------*/
.lbtheme .ui-widget-content {
	padding: 0 1em 1em 1em;
  border:none;
}
.lbtheme .ui-dialog{
	/* padding: 0 1em 0 1em !important; */
  padding:0em;
}
.lbtheme .box {
	padding: 0 1em 1em 1em;
	margin: 0 0 1em 0;
	height: 14em;
}
.lbtheme #mass .box {
	height: auto;
}

.lbtheme .ui-dialog .ui-dialog-titlebar { background-color:#546b88; padding:1em 2em 1em 0.5em; }

.lbtheme .ui-widget-header { color:#ffffff; background-image:none; border:0px; margin-bottom:2px; }
.lbtheme .ui-widget-header a { color:#ffffff; }
.lbtheme .ui-widget-header a:hover span { text-decoration:underline; }

.lbtheme .ui-dialog .ui-dialog-titlebar-close { width:200px; right:2em; text-align:right; }
.lbtheme .ui-dialog .ui-dialog-titlebar-close span { display:table-cell; vertical-align:middle; height:1em; text-align:right; margin-bottom:4px; }

/*
a.singleLightbox,
a.seriesLightbox {
	padding: 0 0 0.5em 0;
}
a.singleLightbox{
	margin: 0 0.8em 0 0;
}
a.ui-state-focus,
a.ui-state-hover {
	border-left: 0 !important;
	border-right: 0 !important;
}
ul{
	margin: 0;
	padding: 0;
	display: block;
}
ul li{
	float: left;
	margin: 0 0.9em 0 0;
	list-style-type:none;
}
#mass ul li{
	margin: 0 0.85em 0 0;
}
#mass ul li.last, 
ul li.last, 
a.last{
	margin: 0;
}
*/

/* Overwrite Overlay */
.lbtheme .ui-widget-overlay { opacity: .7; filter:Alpha(Opacity=70); background-image:none; background-color:#000000; }
