/* line 7, ../sass/lightbox.sass */
body:after {
	display: none;
	content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	opacity: 0.8;
	background-color: black;

	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
	position: absolute;
	z-index: 10000;
	left: 0;
	width: 100%;
	font-weight: normal;
	line-height: 0;
	text-align: center;
}

/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
	display: block;
	height: auto;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* line 32, ../sass/lightbox.sass */
.lightbox a img {
	border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: white;

	*zoom: 1;
}

/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
	display: table;
	clear: both;
	content: "";
}

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

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

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat;
}

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

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

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

/* line 77, ../sass/lightbox.sass */
.lb-prev,
.lb-next {
	/* Trick IE into showing hover */
	display: block;
	width: 49%;
	height: 100%;
	cursor: pointer;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
	float: left;
	left: 0;
}

/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
	background: url(../images/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
	float: right;
	right: 0;
}

/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
	background: url(../images/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;

	*zoom: 1;
}

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

/* line 103, ../sass/lightbox.sass */
.lb-data {
	padding: 0 4px;
	color: #bbb;
}

/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
	float: left;
	width: 85%;
	line-height: 1.1em;
	text-align: left;
}

/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	color: #999;
	font-size: 12px;
}

/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	outline: none;
	opacity: 0.7;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;

	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
	opacity: 1;
	cursor: pointer;

	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
