/*
 * FancyBox - Artlogic specific css
 */
 
 
	div.fancy-bg {
	    display: none;
	}
	#fancybox-close {
		background-image: url(fancy_closebox.png);
		top: auto;
		bottom: -32px;
		right: 8px;
		height: 29px;
		width: 29px;
	}
	#fancybox-left {
		height: 29px;
		width: 29px;
		bottom: -32px;
		right: 78px;
		left: auto;
		z-index: 2000;
	}
	#fancybox-left:hover span,
	#fancybox-left-ico {
		background-image: url(fancy_left.png);
		display: block;
		left: 0;
		height: 29px;
		width: 29px;
		margin-top: 0;
		top: 0;
	}
	#fancybox-right {
		height: 29px;
		width: 29px;
		bottom: -32px;
		right: 43px;
		left: auto;
		z-index: 2000;
	}
	#fancybox-right:hover span,
	#fancybox-right-ico {	
		background-image: url(fancy_right.png);
		display: block;
		left: 0;
		height: 29px;
		width: 29px;
		margin-top: 0;
		top: 0;
	}
	
	#fancybox-title {
		text-align: left;
		background: #FFF;
		font-size: 11px;
		line-height: 15px;
		min-height: 45px;
	}
	.fancybox-title-outside {
	    padding-top: 0;
	}
	#fancybox-title-wrap {
		margin-right: 120px;
	}
	#fancybox-title-wrap span {
	    height: auto;
	}
	#fancybox-title-left {
		background: none;
		display: none;
	}
	
	#fancybox-title-main {
		background: none;
		font-weight: normal;
	    padding-top: 0;
	    margin-bottom: 10px;
		font-size: 11px;
		color: #000;
		line-height: 15px;
	}
	#fancybox-title-main h3 {
		color: #FFF;
		margin: 0;
		padding: 0;
	}
	
	#fancybox-title-right {
		background: none;
		padding-left: 120px;
	}