#fancybox-loading {
	position: fixed;
	top: 300px;
	left: 596px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image:none;
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top:57px;
	left:50% !important;
	margin-left:-325px !important;
	padding: 24px 164px 24px 24px;
	z-index: 1101;
	outline: none;
	display: none;
	background:rgba(0,0,0,0.8);
	color:#fff;
}

#fancybox-wrap a { color:#fff; font-size:9px; line-height:15px; }

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border:0 none !important;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	display: none;
	position: absolute;
	top: -16px;
	right: -150px;
	cursor: pointer;
	z-index: 1103;
	font-size: 9px;
	font-weight: normal;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	cursor: pointer;
	outline: none;
	z-index: 1102;
	display: none;
	padding:10px;
	top:33px;
	font-size:9px;
	line-height:15px;
	color:#fff;
}

#fancybox-left {
	right: -134px;
}

#fancybox-right {
	right: -159px;
}

#fancybox-left-ico, #fancybox-right-ico {}

#fancybox-left-ico {}

#fancybox-right-ico {}

#fancybox-left:hover, #fancybox-right:hover {}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 0;
	height: 0;
	z-index: 1001;
	display:none;
}


#fancybox-title { font-size:9px; line-height:15px; z-index: 1102; width:100px !important; position:absolute; top:-5px; right:0; left:auto; }
#fancybox-title p { margin-bottom:10px; }

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	/*background-image: url('../img/global/fancybox/fancy_title_over.png');*/
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
/*	background: url('../img/global/fancybox/fancybox.png') -40px -90px no-repeat;*/
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	/*background: url('../img/global/fancybox/fancybox-x.png') 0px -40px;*/
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../img/global/fancybox.png') -55px -90px no-repeat;
}

#title-container {
	position: absolute;
	top: 67px;
	right: 0;
	width: 156px;
	font-size: 9px;
	font-weight: normal;
	/*background: red;*/
	}

	#title-container p {
		float: left;
		}
		
	#title-container .gallery-navigation {
		float: right;
		margin-right: 5px;
		}

		#title-container .gallery-navigation a {
			padding: 10px;
			}

	#title-container .addthis_button {
		clear: both;
		float: left;
		}
		

#fancybox-wrap {
  position: fixed;
	}

* html #fancybox-wrap { /* IE6 */
  position: absolute;
	}

#at15s {
	position: fixed !important;
}