/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('/static/css/jquery/slimbox/loading.gif?22f9b0e60777') no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('/static/css/jquery/slimbox/prevlabel.gif?22f9b0e60777') no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('/static/css/jquery/slimbox/nextlabel.gif?22f9b0e60777') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('/static/css/jquery/slimbox/closelabel.gif?22f9b0e60777') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

@charset "UTF-8";
.blackout-show-blackout {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000,endColorstr=#70000000);
  /* IE6–IE9 */
  zoom: 1;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 997;
  display: none;
  text-align: center; }

.blackout-show-tip-window-container {
  z-index: 999;
  position: absolute; }

.blackout-show-tip-window-without-focus {
  margin-left: 50px;
  margin-right: 50px; }

.blackout-show-tip-window {
  background: #F5F5DC;
  left: 0;
  top: 0;
  display: block;
  border: 2px solid #D0D0D0;
  border-radius: 10px;
  box-shadow: 0 1px 6px #888;
  padding: 20px;
  font-size: 16px; }

div .blackout-show-navigation-button {
  /*margin:                     3px;*/ }

div .blackout-show-active-navigation-button {
  background: #1EA5FF !important;
  text-shadow: none !important;
  color: white !important;
  /*font-size:                  16px;*/
  /*border:                     1px solid black !important;*/
  /*border-radius:              3px !important;*/
  /*padding:                    10px;*/
  border-color: #1EA5FF !important; }

.blackout-show-navigation {
  background: white;
  border-top: 2px solid;
  border-color: #D0D0D0;
  box-shadow: 0 1px 2px #888888;
  padding: 15px;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center !important;
  margin: 0px !important; }

.blackout-show-navigation .btn {
  float: none; }

/*# sourceMappingURL=tmpUObQZl.css.map */

.tipsy {
  font-size: 14px;
  position: absolute;
  padding: 5px;
  z-index: 100; }

.tipsy-inner {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1YThjNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4ODM5ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #45a8c5), color-stop(100%, #28839e));
  background-image: -moz-linear-gradient(#45a8c5, #28839e);
  background-image: -webkit-linear-gradient(#45a8c5, #28839e);
  background-image: linear-gradient(#45a8c5, #28839e);
  background: #3897b3;
  color: #fff;
  max-width: 220px;
  padding: 5px 8px 4px 8px;
  text-align: center; }

.tipsy-inner h3 {
  color: #fff;
  font-weight: normal; }

.tipsy-inner .btn-mini {
  margin: 0 2px; }

/* Rounded corners */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px;
  border-color: #2F96B4 #2F96B4 #1F6377; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #2F96B4; }

.tipsy-arrow-s {
  border-top-color: #2F96B4; }

.tipsy-arrow-e {
  border-left-color: #2F96B4; }

.tipsy-arrow-w {
  border-right-color: #2F96B4; }

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/*# sourceMappingURL=tmpD5G_yM.css.map */
