﻿/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	background-image: url(/en/common/images/lightbox_bg.png);
}

*html body #lightboxOverlay{/* under IE6 */
background: transparent url(/en/common/images/lightbox_bg.png) no-repeat left top !important;
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/en/common/images/lightbox_bg.png", sizingMethod="scale");
}




/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
	position: relative;
	background-color: white;
  *zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  cursor:pointer;
  float: left;
	background-image: url(/en/common/images/lightbox_previousb.gif);
	background-repeat: no-repeat;
	background-position: left 99%;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  cursor:pointer;
  float: right;
	background-image: url(/en/common/images/lightbox_nextb.gif);
	background-repeat: no-repeat;
	background-position: right 99%;
}


*html body .lb-prev {
	background-image:url(/en/common/images/lightbox_blank.gif) left 99% no-repeat !important;
}
*html body .lb-next  {
	background-image:url(/en/common/images/lightbox_blank.gif) right 99% no-repeat !important;
}
/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(/en/common/images/lightbox_previousb.gif) left 99% no-repeat;
}
/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(/en/common/images/lightbox_nextb.gif) right 99% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
	margin-top:0px;
	padding-top: 0px;
  *zoom: 1;
	width: 100%;
	background-color: white;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}



/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}





/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 70%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  padding-top: 5px;
  padding-bottom: 5px;
  font: 10px Verdana, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}

/* lightbox cursor*/
/*------------------------------------------------------------*/
a.lightboximg:hover img , area.lightboximg:hover{
cursor:url(/en/common/images/lightbox_cursor.cur), pointer;
}
img.lightboximg:hover{
cursor:url(/en/common/images/lightbox_cursor.cur), pointer;
}

