/* LightBox */
#imageData  #changeBg {
  float:right;
  height:20px;
}

#imageNavigationData {
	height:30px;
	text-align:center;
	margin:0px 20px 0px 20px;
} 
#imageNavigationDataRow2 {
	display:block; 
	text-align:center; 
	margin: 0px auto;
	height:20px;  
	margin-left:15px;
}

#caption {
  padding:0;	
  margin:10px 10px;
}

#imageDescription {
  text-align:left;
  margin:10px 10px;
  padding:0;
}

#makeDarkBg, #makeWhiteBg{
	float:left;
  margin:5px;
  border:1px solid black;
  cursor:pointer;
  height:8px;
  width:8px;  
 }


#slideShowRun {
	float:right;
  cursor:pointer;
  margin-top:1px; 
	margin-right: 12px;
  height:10px;
  width:13px;
 }

.ss_running { 
  background: url(../images/pause.png) right 15% no-repeat;
} 

.ss_paused { 
	background: url(../images/diashw_play.gif) right 15% no-repeat;
} 


#imageDetails  {
  float:none;
  font-size: 10px;
  height:15px;
  padding-top:5px;
  /* text-transform:uppercase; */
}

#imageNumber {
  color:#aaa;
  font-size: 10px;
  height:15px;
  margin:5px 15px 5px 0;
  /* text-transform:uppercase; */
}


#slideShowManage {
	width: 75px;
	margin:0 auto;
	text-align:center;
}

#imageDataContainer #bottomNavClose{ 
	float: right;  
  outline: none;
	padding-bottom: 0.7em; 
  width: 66px; 
}

	
#imageDataContainer {
	padding:5px 0;
}

#prevLink1, #nextLink1{ width: 49%; height: 100%; /*background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }

#prevLink1 { left: 0; float: left;}
#nextLink1 { right: 0; float: right;}

#prevLink1 { background: url(../images/diashw_prev.gif) left 15% no-repeat; }
#nextLink1 { background: url(../images/diashw_next.gif) right 15% no-repeat; }

#lb_pager {
	text-align: center;
}

#lb_pager a{
  cursor:pointer;
  margin:2px 5px;
  padding:1px 2px;
}

.lb_current_page {
	color:#ccc;
	font-weight:700;
}


