/* image gallery */
#gallery      { 
	background-color: transparent; 
	background-image: url("default.jpg"); 
	background-repeat: no-repeat; 
	background-position: right 0; 
	position: relative; 
	width: 642px; 
	height: 348px 
}
#thumbs  { 
	position: relative; 
	left: -16px;
	display:block;
	width: 184px; 
}
#thumbs a   { display: block; margin: 0 0 4px 5px; width: 84px; height: 64px; float: left; border: solid 1px #030 }
#thumbs a img   { width: 84px; height: 64px; border: 0 }
#thumbs a:hover     { background-color: #996; background-image: url("logo.jpg"); background-position: center; border-color: #900 }
#thumbs a:hover img   { position: absolute; top: 40px; left: 200px; width: auto; height: auto }
