#fancybox-loading {
	background: #ff0 url("../images/fancybox/loading.gif") no-repeat 10px 10px;
}
#fancybox-loading div {
	background: url("../images/fancybox/loading.gif") no-repeat;
}
#fancybox-outer {
	background: #ff0;
}
#fancybox-content {
	border: 0px solid #ff0 !important;	
}
#fancybox-close {
	background: transparent url('../images/fancybox/close.png') no-repeat;
}
#fancybox-left-ico {
	background:url("../images/fancybox/prev.png") no-repeat 0 40%;
}
#fancybox-right-ico {
	background:url("../images/fancybox/next.png") no-repeat 0 40%;
}
#fancybox-title {color: #000}
.fancybox-title-outside {
	background:#ff0;
}