div#catfish
{
	display: none;
	/* Stops catfish appearing before the page is fully loaded */
	background-color: transparent;
	text-align: center;
	/*border-top: 1px solid black;*/
}
div#catfish a#catfish-close {
	position: absolute;
	top: 5px;
	right: 15px;
	color: black;
	color:#ffcc00;
}

div#catfish a#catfish-open {
	position: absolute;
	top: 5px;
	right: 15px;
	color: black;
	color:#ffcc00;
}
div#catfish iframe {
	padding-top: 5px;
	padding-bottom: 5px;
}

div#catfish#big {

z-index:99 !important;
}
