
.cornerBox { position: relative; width: 100%; margin-bottom:10px; }

/*WHITE CORNERS*/
.corner_white { position: absolute; width: 10px; height: 10px; background: url('http://spidercatfiles.bobbrllc.netdna-cdn.com/images/corners/white.gif') no-repeat; font-size: 0%; }
.cornerMiddleTop { height: 10px; background: #ffffff; top: 0; margin-left: 10px; margin-right:10px;}
.cornerMiddleBottom { height: 10px; background: #ffffff; bottom: 0; margin-left: 10px; margin-right:10px;}
.cornerBoxInner { padding: 10px; background:white; }

/*DARK GREY CORNERS*/
.corner_dark_grey { position: absolute; width: 10px; height: 10px; background: url('http://spidercatfiles.bobbrllc.netdna-cdn.com/images/corners/434343.gif') no-repeat; font-size: 0%; }
.corner_dark_greycornerMiddleTop { height: 10px; background: #434343; top: 0; margin-left: 10px; margin-right:10px;}
.corner_dark_greycornerMiddleBottom { height: 10px; background: #434343; bottom: 0; margin-left: 10px; margin-right:10px;}
.corner_dark_greycornerBoxInner { padding: 0px; background-color:#434343; }

.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }

.spidercat_looking_around_corner
{   
    position:relative;
	top: -260; 
	left: 729;
	height:0px;
	z-index:50;
}
