#lightbox {
	width: 100%;
}

#lightboxWrapper {
	overflow: hidden;
	width: 100% !important;
}

#outerImageContainer {
	float: left;
	width: 80% !important;
	margin: auto;
}

#imageDataContainer {
	float: right;
	width: 20% !important;
	background-color: rgba(0,0,0,1) !important;
	position: relative;
}

#imageData {
	padding: 5px 10px !important;
	position: relative;
}

#imageData #imageDetails {
	width: 100% !important;
	text-align: left !important;
}

#imageData #caption {
	font-weight: normal !important;
}

#imageData #numberDisplay {
	padding-top: 1.0em;
}

#hoverNav {
	position: absolute;
	left: 0;
	bottom: 0;
}

#bottomNav {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 95px;
}

#bottomNavClose {
	position: relative !important;
	height: 45px;
	width: 45px;
	float: right;
}

#lightshowPlay {
	height: 45px;
  	width: 45px;
  	margin: 0 !important;
  	float: left;
}

#lightshowPause {
    height: 45px;
  	width: 45px;
  	margin: 0 !important;
  	float: left;
}

#bottomNavZoom {
    height: 45px;
  	width: 45px;
  	margin: 0 !important;
  	float: left;
  	background: url(../images/expand.png) left 15% no-repeat !important;
  	position: relative;
}

#bottomNavZoomOut {
    height: 45px;
  	width: 45px;
  	margin: 0 !important;
  	float: left;
  	background: url(../images/contract.png) left 15% no-repeat !important;
  	position: relative;
}

#lightshowPlay:hover, #lightshowPause:hover, #bottomNavZoom:hover, #bottomNavZoomOut:hover {
  	background-position: right 15% ;
}