.hidden {
	display: none;
}

/* Resolves a problem where cancel link shows up in default blue */
#shadowbox_loading span a {
  color: #fff;
  text-decoration: underline;
}

#sb-loading{
        position:absolute;
        top:0;
        width:100%;
        height:100%;
        text-align:center;
        padding-top:10px;
        background:url(loadingimage.gif) 50% 50% no-repeat;
} 