  input,#picInfo,div.smallprint,.controlTable,a.goLink,select {
  display:none; 
  }
  /*hide elements one by one:*/
  input.slidebrowse { /*change modes button*/
  display:none;  
  }
  input.sizebutton { /*actual size / fit on screen button*/
  display:none;  
  }
  select {  /*select delay between slides*/
  display:none; 
  }
  a.goLink { 
  /*next / last links to speed up browsing*/
  display:none;  
  } 
  #picInfo { /*info on the picture text; e.g. name and size*/
  display:none;
  }  
  div.smallprint {    /*text under the picture, usually disclaimer*/
  font-size:smaller;
  display:none; 
  } 
  .controlTable {    /*all control buttons*/ 
	display:none; 
  }  
  @media print {      /*hide stuff for printing*/
	  a { text-decoration:none; 
	  color:black;
	  }  
	  td.paddingBug { padding-top:6px }    
	  span.hideForPrint { display:none;}   
	  input { display:none;}    
	  select { display:none;}   
	  div.smallprint { display:none;}    
	  a.goLink { display:none;}    
  }
  @media screen {     /*link definitions*/
	  a {color: blue}
	  a:link { text-decoration:none; }
	  a:visited { text-decoration:none; }
	  a:hover { text-decoration:underline; } 
	  a:active { text-decoration:underline; } 
	  a:focus { text-decoration:underline; } 
  } 
  body,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote,span {font-family:Arial,sans-serif; }
  p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote,span { font-size:14px; }  
  body {    
	background: url("../buttons/back.gif")
	color:            #000000;    
	margin:           3px;   
	padding:          0px;  
  }
  span.info {         /*user defined picture texts*/ 
	font-style:       italic; 
  }
  td.currpic {        /*current picture frame*/ 
	border: 0px solid #aaa;
	background: url("../buttons/back.gif")
	padding:0px;  /*some space needed as browsers are different*/
  }  
  td.browsetd {
	padding-right:1px; 
  }  
  div.tdpic{          /*browse-mode thumbnails*/
	border:0px solid #aaa;
	 background: url("../buttons/back.gif")
	 background-color: #CB8B5C;
	 padding:3px;
  }  
  div.smallprint {    /*wrapping gets us ugly scrollbars*/ 
	white-space: nowrap;
  }
  table {    
	vertical-align:middle;
  }
