/*== PERSONALIZZAZIONE ==*/
/* sovrascrive alcune regole del css standard di fancybox */
/* togliere da qui in poi per tornare al layout di default */

#fancybox-wrap {
	background: white;
	padding: 0px;
}
#fancybox-outer {
	background: #00B0E6;
}

#fancybox-close {
	background: url(../include/js/fancybox/images.custom/fancy_closebox.png) left top no-repeat;
	position: absolute;
	right: 3px;
	top: 3px;
	width: 20px;
	height: 20px;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('blank.gif');
	z-index: 1102;
	display: none;
}

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

#fancybox-left-ico, #fancybox-right-ico {
	cursor:pointer;
	display:block;
	margin-top:-15px;
	position:absolute;
	top:50%;
	width:20px;
	height: 20px;
	z-index:1102;
}

#fancybox-left-ico {left: 2px; right: auto; background:  url(../include/js/fancybox/images.custom/fancy_nav_left.png) no-repeat scroll left top transparent;}
#fancybox-right-ico {right: 2px; left: auto; background:  url(../include/js/fancybox/images.custom/fancy_nav_right.png) no-repeat scroll left top transparent;}

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

#fancybox-left-ico:hover, #fancybox-right-ico:hover {background-position: left -20px;}