DIV#photo {
width:900px;
height:450px;
float:left;
}
DIV#photo img{
float:left;
}

/** 
 * While we're having the loading class set.
 * Removing it, will remove the loading message
 */
DIV#loader.loading {
  background: url(../images/home/ajax-loader.gif) no-repeat center center;
}

