/*Creative Outdoors gallery-page styles*/
<!--

div#imageHolder{
position:absolute;
left:196px;
top:-14px;
width:435px;
height:476px;
line-height:1.1em;
overflow:hidden;
}

#galleryPanelOne{
visibility:visible;
  position:absolute;
  left:0px;
  top:223px;
  width:189px;
  height:239px;
  background:url(../images/galleryPanel_back.jpg) no-repeat;
  }
 

#galleryPanelTwo{
visibility:hidden;
  position:absolute;
  left:0px;
  top:223px;
  width:189px;
  height:239px;
  background:url(../images/galleryPanel_back.jpg) no-repeat;
  }
  
  .gallerySwitch{
  position:absolute;
  top:26px;
  left:129px;
  }
  
  img{
  border:none;
  }
  
  .rowOne{
  position:absolute;
  top:69px;
  }
  
  .colOne{
  position:absolute;
  left:22px;
  }
  
  .rowTwo{
  position:absolute;
  top:121px;
  }
  
  .colTwo{
  position:absolute;
  left:76px;
  }
  
  .rowThree{
  position:absolute;
  top:172px;
  }
  
  .colThree{
  position:absolute;
  left:130px;
  }
-->
