
#fancybox-close {
    width: 36px;
    height: 36px;
    right: -18px;
    top: -18px;
    background: url("fancybox_custom.png") repeat scroll 0 0 transparent;
}


#fancybox-outer
, #fancybox-content { 
	border-radius: 4px;
}
#fancybox-outer { background: #F9F9F9;}
#fancybox-content { border-color: #F9F9F9;}

#fancybox-left-ico, #fancybox-right-ico {
    width: 36px;
    height: 36px;
    margin-top: -18px;
	background-image: url("fancybox_custom.png")
}


#fancybox-right-ico {  background-position: 0 -72px; }

#fancybox-left-ico {  background-position: 0 -36px; }


#fancybox-title-float-left {
    background: url("fancybox_custom.png") 0 -152px no-repeat;
}


#fancybox-title-float-main {
	line-height: 30px;
    background: url("fancybox_custom.png")0 -182px repeat-x;
    text-shadow: 0 1px 2px #222222;
	padding: 0;
}

#fancybox-title-float-right {
    background: url("fancybox_custom.png") -15px -152px no-repeat;
}