.ui-dialog {
	background: #fff;
	border: 1px solid #dcdcdc;
	position: absolute; 
}

.ui-dialog-titlebar {
	height: 0px;
}

.ui-icon-closethick {
	background:#e0e0e0;
}

.ui-widget-overlay {
	 height: 100%;
	 left: 0;
	 position: absolute;
	 top: 0;
	 width: 100%;
}

.ui-widget-overlay {
	background: #000; 
	opacity: .60;
	filter:Alpha(Opacity=60); 
}

.ui-icon {
	background: url(/shop/export/system/modules/com.sky.storefront/resources/assets/sixteen/images/lightbox-close-btn.png_1300071601.png) no-repeat;
	display: block;
	height: 30px;
	position: absolute;
	right: -17px;
	text-indent: -90000px;
	top: -17px;
	width: 32px;
}

.lightboxcontent {
	display: none;
	overflow: hidden;
}

.ui-dialog-content {
	overflow:hidden;
}

.ui-dialog #lightboxcontent, .ui-dialog .skycom_container_16  {
	 margin: 0;
	 padding: 10px 0;
	 width: auto;
}

/* New style lightboxes */
html.showing-lightbox {
  overflow: hidden;
}

.lightbox {
  margin: 0 !important;
  width: 100%;
  background-color: #000;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  z-index: 333;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: auto;
  overflow-y: scroll;
}

.lightbox .ui-dialog-content {
  padding: 20px;
}

.lightbox .ui-dialog-content-wrapper {
  position: relative;
  padding: 0;
}

.lightbox .ui-dialog {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #fff;
  opacity: 1;
  border: 1px solid #dcdcdc;
}

#bodyWrapper .lightbox {
  font-size: 100%;
}

.lightbox .btnWrap {
  margin-right: 15px;
}