a:Link {color: #ffffff;}
a:Visited {color: #ffffff;}
a:Active {color: #ffffff;}
a:Hover {color: #CC3300;}


 #imageSlideshowHolder{
    width:281px;
    height:219px;
    background-color:#000;
    border:3px solid #317082;
    position:relative;  /* Never change this value */
    
  }
  .imageInGallery{    
    width:281px;
    height:219px;
    background-color:#000;
    
    /* Never change these 3 value */
    left:0px;
    top:0px;
    position:absolute;  
  } 
