#gallerybuttoncontainer{
	width:700px;
	height:520px;
	overflow:hidden;
	padding-top:60px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}

.gallerybutton{

	float:left;
	width:233px;
	height:233px;
	

}
.galleryrow{
	width:700px;
    position: relative;
}
.gallerybutton img {
	width:200px;
	height:200px;
	margin:0px;
	padding:0px;

	position: relative;
}
