/*<group=Thumbnails>*/

#thumbnails {
	width: 118px;
	margin: 0;
	padding: 0 0 0 8px;
	position: absolute;
	left: 500px;
	top: 0;
	background: white;
	}          
	

#thumbnails img {
	height: 72px;
	width: 100px;
}

#thumbnails img, #thumbnails img a {
	border: none;
	display: block; 	
	margin-bottom: 2px;
}        	          
