@import url(http://fonts.googleapis.com/css?family=Karla:400,700);



#buttons{
	text-align: center;
	margin: 20px 0;}

button {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	padding: 3px 10px 4px 10px;
	margin: 0 1px;
	border-radius: 4px;
	color: #333;
	font-family: 'Karla', sans-serif;
	font-size: 100%;}

button:hover, button.active {
	background-color: #32cc00;
	color: #fff;
	cursor: pointer;}

#gallery {
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 25px;
}


#gallery img {
	width: 100%;
	height: 200px;
	border-radius: 3px;
    -webkit-box-shadow: 0 0 3px 3px #ebebeb;
    box-shadow: 0 0 3px 3px #ebebeb;
	float: left;
	padding: 5px;
	margin-bottom: 10px;
}

.gallery_page 
{
	margin-bottom: 25px;
	overflow: hidden;
}