#pano {
	width: 100%;
	height: 500px;
	position: relative;
	}

#wppano_overlay {
	z-index: 9999;  /* 3001 */ 
	position: absolute; 
	left: 0; right: 0; top: 0; bottom: 0;
	display: none;
	}
	
.wppano_wrapper {
	display: block;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	overflow: auto;
	filter: none;
	}
	
.wppano_wrapper img{	
	height: auto;
    max-width: 100%;
	}
	
#wppano_post_title{
	position: absolute;
	-moz-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-webkit-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%);	
	width: 100%; top: 0;
	cursor: default;
	}
	
#wppano_post_title > h1{
	color: #fff;
	margin: 0;
	text-align: center;
	}	
	
/* RenderDefaultContent	 */
	
#wppano_post_wrapper {
	height: 80%;
	width: 80%;
	max-width: 1800px;
	max-height: 1000px;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	position: absolute;
	}
	
#wppano_post_content {
	height: 100%;
	width: 100%;
	-webkit-box-shadow: 0 0 50px 5px rgba(0,0,0,0.4);
	box-shadow: 0 0 50px 5px rgba(0,0,0,0.4);
	border: 1px solid;	
	box-sizing: border-box;
	padding: 10px;
	cursor: default;
	background: #fff; 
	overflow: auto;
	}	
	
#wppano_post_content  > p{	
	margin: 0 0 -5px 0;
	padding: 0;
	}	

.image-description	 {
	position: absolute; 
	left: 0; right: 0; bottom: 0;
	box-sizing: border-box;
	margin: 11px 11px 15px 11px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	border-radius: 0;
	}
	
.image-description p, .image-description a{
	color: #fff;
	margin: 0 !important;
	}
	
.wp-pano-img {
    width: 100%;
    height: 100%;
}
	
.wp-pano-close-icon {
	color: #fff;
	text-align: center;
	line-height: 29px;
	width: 29px;
	height: 29px;
	position: absolute;
	left: auto;
	right: -29px;
	top: 0;
	transition: color .1s ease-in-out,background .1s ease-in-out;	
}

.wp-pano-close-icon:before {
	content: '\f158';
	font: normal 29px/29px 'dashicons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wp-pano-close-icon:hover {
	color: #00a0d2;
	cursor: pointer;
}
	
.wp-pano-ajax-progress {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
	opacity: 0.8;
    background: url(img/ajax-loader.gif) center center no-repeat;
	}	
	

.slider_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(250,0,0,0);
  top: 52%;
  left: -38px;
  opacity: 1;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("img/arrows.png") no-repeat left top;
  margin-top: -45px;
  }

.slider_nav:hover {
  background: transparent url("img/arrows-hover.png") no-repeat left top;
  }  
  
.slider_nav:active {
  opacity: 1.0;
  }

.slider_nav.next {
  left: auto;
  background-position: right top;
  right: -38px;
  }

.slider .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  } 	