
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 0; }
#lightbox-image { border:8px solid #fff; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
	background: url(/i/lbox-left.png) no-repeat 0 center !important;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	background: url(/i/lbox-right.png) no-repeat 100% center !important;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 7px;
  position:relative;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	margin-right: -10px;
	height: 29px;
	background: #ECECEC;
}
#lightbox-container-image-data #lightbox-image-details { 
	float: left; 
	text-align: left;
  margin-left:25px; 
}	
#lightbox-image-details-caption { font-weight: bold; font-size:14px; color:#000; font-family:arial,sans-serif; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


#lightbox-image-details li { list-style: none none; margin:7px 10px 0 0; border-right:1px dashed #8f8b8b;
float:left; display:block; padding:0 10px 0 0;
}
#lightbox-image-details li.last { border:0; }
#lightbox-size { 
  color: #ba0009; font-size:12px; font-weight:bold; font-family:arial,sans-serif;
}

#lightbox-like { display:block; background:url(/i/vote-sprite.png) no-repeat; width:14px; height:15px;
cursor: pointer; cursor:hand;
}
#lightbox-like.disabled { background-position:0 -24px; cursor:default; }

#lightbox-vote {
  position:absolute; top:0px; left:0px;
  background: url(/i/lbox-vote-bg.gif) bottom left;
  color: white;
  min-width:24px; padding: 7px 6px 8px;
  font-family:arial,sans-serif; font-size:12px;
}


