 /**
  * @section IE
  *
  * Stylesheet for all versions of internet explorer
  *	For IE6 AND IE5.x use * html
  */


 /**
  * IE CSS Hover Fix
  *
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      Enter validation status (yes|no)
  * @see		http://www.xs4all.nl/~peterned/csshover.html
  */
body {
	behavior:url(htc/htcmime.php?file=csshover.htc);
}



 /**
  * IE PNG Problem
  *
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      no
  * @see		http://www.peterkroener.de/png-ohne-reue-die-definitive-losung/
  */
* html img { 
	behavior: url(htc/htcmime.php?file=pngbehavior.htc); 
}



#wrapper {
	width: 825px;
}

 /**
  * @section gallerific styles for IE 6
  *
  */

* html ul.thumbs li,
* html ul.thumbs li:hover,
* html ul.thumbs li.selected,
* html ul.thumbs img {
	border: none;
}
