/* 
Theme Name: GALGAS Gallery- Mr. Machine
www.galgas.com
Description: CSS Document
Created: 5/7/07
Updated: 5/7/07
*/

#gallery	{ position: relative; 
			width: 545px; 
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 15px; }
					#thumbnails	{ width: 55px; 
								float: left; }
										.thumbnail	{ width: 45px;
													height: 45px; 
													margin: 5px; }			
					#gallery-image	{ margin: 5px; 
									margin-left: 60px;
									width: 480px;
									height: 400px; 
									text-align: center; }
									
											#gallery-image img	{ margin: auto; }
										
									
.description	{ width: 600px;
				margin-left: 80px; }
					
					.desc-top 		{ height: 10px;
									background-image: url(../graphics/desc-top.png); }
					.desc-text 		{ padding-left: 18px;
									padding-right: 15px; 
									background-image: url(../graphics/bg-descriptions.png); 
									padding-bottom: 15px; }
					.desc-bottom 	{ height: 10px; 
									background-image: url(../graphics/desc-bottom.png)}
									
h1	{ margin: 0px;  
	padding: 5px; 
	font-size: 12pt; 
	text-align: center; }
	
#footer	{ margin-top: 15px; }