/************************************
gallery/css/gallery.css

created         : Thursday 21st October 2009 
copyright       : Freshties Ltd
author          : darren george
version         : NA
************************************/

h1.defaultH1 
  {
  font-size:3em !important;
  }

#slideshow 
  {      
  /* 500px */                       
  width: 45.45em;
  
  /* 500px */            
  height: 45.45em;
   
  text-align: justify;         
  
  /* 200px */
  margin-left: 18.18em;
    
  float: left;
  }
    
.slides 
  {               
  display: none;                                           
  }
    
#controls 
  {
  /* 235px */
  width: 21.36em; 
        
  float: left;       
  }

#controls .cell 
  {
  /* 60px */
  width: 5.45em;
  height: 5.45em;
  
  border: 1px solid black;
  
  /* 15px */
  margin-bottom: 1.36em;

  /* 7px */
  margin-left: 0.63em;
  margin-right: 0.63em;
      
  float: left;    
  }

#controls .cell img
  {
  border: 0;
  }

