#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.90;
  display: none;
}

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
#lightbox img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: #FFFFFF;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 10px;
}

/* Mobile */
@media only screen and (max-width:480px) {
    
	#lightbox {
	}
	
	.lb-outerContainer {
	  max-width: 280px!important;
	  height: auto!important;
	}
	
	.lb-data .lb-details {
	  width: 280px!important;
	  float: left!important;
      text-align: center!important;
	  line-height: 1.1em;
	}
}

/* @end */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

	.lb-outerContainer {
	  max-width: 840px!important;
	  height: auto!important;
	}
	
	.lb-data .lb-close {
	  display: none!important;
    }
	
	.lb-data .lb-details {
	  width: 100%!important;
      float: none!important;
      text-align: center!important;
    }


}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

	.lb-outerContainer {
	  max-width: 580px!important;
	  height: auto!important;
	}
	
	.lb-data .lb-details {
	  width: 280px!important;
	  float: left!important;
      text-align: center!important;
	  line-height: 1.1em;
	}
	
	.lb-data .lb-close {
	  display: none!important;
    }
	
	.lb-data .lb-details {
	  width: 100%!important;
      float: none!important;
      text-align: center!important;
    }
}

@media only screen and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: landscape) {

	.lb-outerContainer {
		width: 28%!important;
		height: 5%!important;
		margin-top: 0%;
	}

	.lb-data .lb-details {
		width: 100%;
		float: none;
		text-align: center;
		line-height: 1.1em;
	}

}


.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 10px;
  color: #BBBBBB;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: none;
}

span.lb-number {
	display: none!important;
}

.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}

.lb-data .lb-close:hover {
  cursor: pointer;
}


.rfg-current-category {
    background-color: #503C53!important;
    color: #FFFFFF!important;
}

.rfg-categories > li > a {
    background-color:#610000;
    color: #FFFFFF!important;
}

.rfg-categories a {
    border-radius: 2px;
}

.rfg-categories {
    padding: 10px 0 20px;
    list-style-type:none;
}
.rfg-categories > li {
    display:inline-block;
    height:30px;
    margin-right:10px;
}
.rfg-categories > li > a {
    padding:3px 7px;
    text-decoration:none;
    font-weight:300;
    font-size:13px;
    letter-spacing:1px;
}

.rfg-images {
    position:relative;
    text-align: left;
}
.rfg-images > div {
    width:800px;
    height:565px;
    position:absolute;
    visibility:hidden;
}
.rfg-images > div > span {
	position:absolute;
	top:0;
	left:0;
	width:800px;
	height:565px;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	z-index:2;
	opacity:1;
	background-image: url('../guesthouse_files/plus.png');;
}
.rfg-images > div > a > img {
    border:none;
    opacity:1;
    position:absolute;
    z-index:3;
}

#myGallery {
	width: 100%;
}

.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  display: block;
  cursor: pointer;
}

a.lb-prev, a.lb-next {
  text-decoration: none!important;
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -o-transition: none!important;
  transition: none!important;		
}

.lb-prev {
  left: 0;
  float: left;
}

.lb-next {
  right: 0;
  float: right;
}

.lb-prev:hover {
  background: url(../guesthouse_files/prev.png) left 48% no-repeat;
}

.lb-next:hover {
  background: url(../guesthouse_files/next.png) right 48% no-repeat;
}



#stacks_in_16832_page17 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
