/*! fancyBox v2.0.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 1003;	
}

.fancybox-opened .fancybox-outer {
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url('img/fancybox_loading.gif');
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}


.fancybox-close {
	position: fixed;
	top: 17px;
	right: 41px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-close span{
	font-size: 30px;
}

.fancybox-prev, .fancybox-next {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-prev {
	left: 0;
	margin-left: 40px;
	
}

.fancybox-next {
	right: 0;
	left: auto;
	margin-right: 40px;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
	font-size: 40px;
}

.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev span {
	left: 0;
}

.fancybox-next span {
	right: 0;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: transparent url('img/trans.png') repeat;
}

/* Title helper */

#fancybox-caption {
	position: fixed;
	bottom: 21px;
	left: 51px;
}

.fancybox-title {
	color: black;
	font: 14px/18px "Lacrima Senza Light";
	text-transform: none;
}

.fancybox-alt {
	text-transform: uppercase;
}

ul.captions {

}

#num_index {
position: fixed;
top: 0;
right: 0;
z-index: 1100;
}

#fancybox-pager {
	position: fixed;
	top: 21px;
	right: 100px;
	z-index: 1100;
}


#fancybox-pager ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#fancybox-pager ul li{
	display: inline;
	margin-right: 10px;
	font: 14px/18px "Lacrima Senza Bold";
	text-transform: none;
}

#fancybox-pager ul li a{
	color : #8d9094;
}

#fancybox-pager ul li.active a{
	color : black;
	border-bottom: 1px solid black;
}