/*
	
*/
*{
	margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery_items,
.gallery_item_list{
	text-align: center;	
}
.gallery_items h2,
.gallery_item_list h2{
	font-size: 35px;
}
.gallery_items>h2{
	color: #fff;
}
.gallery_item_list>h2{
	color: #363636;
}
.gall_itm_img{
	width: 33%;
	display: inline-block;
}
.gall_itm_img img{
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
}
#more_auct_itms{
	background: #112669;
	color: #fff;
	text-decoration:none;
	padding: 10px 50px;
}
.gall_itm_list_con{
	width: 33.3333333%;
	float: left;
}
.gall_itm h5{
	margin: 0.35em 0;
}











