*
 {
	 text-decoration: none;
 }
 
div#gallery
 {
	 position: absolute;
	 top: 80px;
	 left: 30px;
 }
 
div#gallery h4
 {
	 font-size: 14pt;
	 font-weight: bold;
	 color: #999966;
 }
 
div#gallery ul#thumbs
 {
	 width: 250px;
	 margin-top: 10px;
 }
 
div#gallery ul#thumbs li
 {
     float: left;
	 border: solid 1px #CCC;
	 padding: 4px 4px 4px 4px;
	 margin: 0 6px 6px 0;
	 height: auto;
 }
 
div#gallery ul#thumbs li#current-thumb
 {
	 border: solid 1px #996;
 } 
 
div#canvas div#gallery ul#thumbs li a, div#canvas div#gallery ul#thumbs li a img
 {
	 border-width: 0;
	 margin: 0;
	 padding: 0;
 }
 
div#gallery div#current-image
 {
	 position: absolute;
	 top: 33px;
	 left: 220px;
	 width: 490px;
	 text-align: center;
 }
 
div#gallery div#current-image img
 {
	 border: solid 1px #CCC;
	 padding: 5px;
 }
