#left{
  border-top: 1px solid #d3d3d3 !important;
  float: left;
  width: 615px;
  padding-bottom: 15px;
  padding-right: 55px;
  min-height: 422px;
}

#right{
  border-top: 1px solid #d3d3d3 !important;
  float: right;
  width: 300px;
}

#object_search{
  margin-top: 0px;
  width: 300px;
  position: static;
}

#article_operations{
  padding-bottom: 10px;
}

#content h2{
  font-size: 23px;
  color: #044b92
}

#gallery .image{
	float: left;
	text-align: center;
	margin: 0px 0px 10px 10px;
	border: 1px solid #dddddd;
	width: 130px;
	height: 100px;
}

#gallery .image a{
	position: absolute;
	background-color: #ffffff;
}

#gallery .image .img{
  border: none;
  background-position: center;
  background-repeat: no-repeat;
}

#gallery .image a img{
  border: none;
}

#gallery .image input{
  position: absolute;
  margin-left: 110px;
}