/* CSS Document */

 body{
  background: #0D220E; 
  }
	#resizable { width: 150px; height: 150px; padding: 0.5em; }
	#resizable h3 { text-align: center; margin: 0; }
  
  
  .image{
  height: 150px; 
  }
  
  .image .ui-selected{
  border: 1px solid #000000; 
  }
  
  .image img{
  
  }
  
  #side_panel{
  background: #333333; 
  min-height: 1200px; 
  width: 300px; 
  float: left; 
  color: #ffffff; 
  }
  
  #imgs{
  width: 100%; 
  background: #808080; 
  min-height: 1200px; 
  float: left; 
 
  }
  
  .img_wrapper{
 
  }
  
  #side_panel a:link, #side_panel a:hover, #side_panel a:visited{
  color: #ffffff; 
  } 
  
  #bg{
  width: 100%; 
  height: 100%; 
  }
  
  .gallery_header img
  {
  float: left; 
  }
  
  .gallery_header h2
  {
  color: #ffffff; 
  margin:  5px 0px 5px 55px; 
  padding: 15px 5px; 
  }
  
  .clear{clear:both; }
  
  .instructions{
  font-style: italic; 
  font-size: 14px; 
  }
  
  .gallery_table{
  width: 100%; 
  padding: 0; 
  margin: 0; 
  vertical-align: top; 
  }
  
  .gallery_table td{
  vertical-align: top; 
  }
  
  .panel_cell
  {
  width: 300px; 
  }
  
  .ui-wrapper
  {
   
  }

