@CHARSET "UTF-8";

#page 						{ width: 100%; margin:9px auto; }
#thumbs 					{ padding:25px 0 0 0; overflow: hidden; }
#thumbs img, #largeImage 	{
	border: 1px solid gray;
	padding: 3px;
	background-color: white;
	cursor: pointer;
}
#thumbs img 				{ margin:4px 1px; width:72px; }
#description 				{ background: black; color: white; position: absolute; bottom: 0; padding: 10px 20px; width: 525px; margin: 5px; }
#panel 						{ position: relative; width:100%; height:280px; }
#panel img 					{ width:100%; height:100%; }