@charset "UTF-8";
/* Proctor Bronzes Gallery Style Sheet */

.gallery_section {
	width: 165px;
	padding: 0 15px 0 15px;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	text-align: center;
	float: left;
	}
	
	.gallery_section a {
		color: #777;
		}
		
		.gallery_section a:hover {
			color: #FFF;
			}
	
	.gallery_section a img {
		padding: 5px;
		border: 1px #777 solid;
		outline: none;
		}
		
		.gallery_section a:hover img {
			border: 1px #FFF solid;
			outline: none;
			}
			
			.gallery_section .span {
				padding: 5px 0;
				}
			
			
	.gallery_section #limited_editions_button {
		background-image: url(../images/gallery/limited_editions.jpg);
		background-repeat: no-repeat;
		height: 20px;
		width: 165px;
		background-position: 0 0;
		overflow: hidden;
		padding: 0;
		}
		
		.gallery_section #limited_editions_button:hover {
			background-position: 0 -20px;
			}
		
			
	.gallery_section #commissions_button {
		background-image: url(../images/gallery/commissions.jpg);
		background-repeat: no-repeat;
		height: 20px;
		width: 165px;
		background-position: 0 0;
		overflow: hidden;
		padding: 0;
		}
		
		.gallery_section #commissions_button:hover {
			background-position: 0 -20px;
			}
			
			
	.gallery_section #archives_button {
		background-image: url(../images/gallery/archives.jpg);
		background-repeat: no-repeat;
		height: 20px;
		width: 165px;
		background-position: 0 0;
		overflow: hidden;
		padding: 0;
		}
		
		.gallery_section #archives_button:hover {
			background-position: 0 -20px;
			}
			
			
			
	.gallery_section #figurative_button {
		background-image: url(../images/gallery/limited_editions/adults_children_button.jpg);
		background-repeat: no-repeat;
		height: 20px;
		width: 165px;
		background-position: 0 0;
		overflow: hidden;
		padding: 0;
		}
		
		.gallery_section #figurative_button:hover {
			background-position: 0 -20px;
			}
		
			
	.gallery_section #dogs_button {
		background-image: url(../images/gallery/limited_editions/dogs_button.jpg);
		background-repeat: no-repeat;
		height: 20px;
		width: 165px;
		background-position: 0 0;
		overflow: hidden;
		padding: 0;
		}
		
		.gallery_section #dogs_button:hover {
			background-position: 0 -20px;
			}
			
			
	.gallery_section #birds_wildlife_button {
		background-image: url(../images/gallery/limited_editions/birds_wildlife_button.jpg);
		background-repeat: no-repeat;
		height: 20px;
		width: 165px;
		background-position: 0 0;
		overflow: hidden;
		padding: 0;
		}
		
		.gallery_section #birds_wildlife_button:hover {
			background-position: 0 -20px;
			}
			
			
	
	.gallery_section #alabaster_button {
		background-image: url(../images/gallery/archives/alabaster_button.jpg);
		background-repeat: no-repeat;
		height: 20px;
		width: 165px;
		background-position: 0 0;
		overflow: hidden;
		padding: 0;
		}
		
		.gallery_section #alabaster_button:hover {
			background-position: 0 -20px;
			}
		
			
	.gallery_section #paintings_button {
		background-image: url(../images/gallery/archives/paintings_button.jpg);
		background-repeat: no-repeat;
		height: 20px;
		width: 165px;
		background-position: 0 0;
		overflow: hidden;
		padding: 0;
		}
		
		.gallery_section #paintings_button:hover {
			background-position: 0 -20px;
			}
			
			
	.gallery_section #sketches_button {
		background-image: url(../images/gallery/archives/sketches_button.jpg);
		background-repeat: no-repeat;
		height: 20px;
		width: 165px;
		background-position: 0 0;
		overflow: hidden;
		padding: 0;
		}
		
		.gallery_section #sketches_button:hover {
			background-position: 0 -20px;
			}
			
			
#gallery {
	width: 610px;
	margin: auto;
	padding: 0;
	}
	
	#gallery img {
		margin: 5px;
		}
		
	#gallery img.img_blank {
		padding: 5px;
		border-width: 1px;
		border-color: #000;
		border-style: solid;
		}