#fancybox-outer { 
	background: transparent; 
} 
.container
{
	height:100%;
	z-index: 10;
}
#topLeft
{   
    z-index:10000;
	width: 100%;
	border: solid 1px #bd8e53;
	background: #fcf3e2;
	text-align: center;
	height: 30px;
	font-size:14px;
}
.fixit
{
	position:fixed;
	top: 0px;
}				
.crop{
	float:left;
	position:relative;
	width:130px;
	height:170px;
	}
.crop p{
	margin:0;
	position:absolute;
	clip:rect(0px 130px 170px 20px);
	}