#library-title {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

#description a {font-weight: bold;}

#description {margin: 10px 20px 0 20px; padding: 0; width:758px;float: left;}
#catalog {margin: 10px 15px 0 15px; padding: 0; width: 798px; float:left; text-align: center;}

.item {
  margin: 4px;
  overflow: hidden;
  float: left;
  position: relative;
}
.item a {
  text-decoration: none;
  float: left;
  border: 1px solid #ddd;
}
.item a:hover {
  cursor: pointer;
  border: 1px solid black;
  padding: 0;
}

.item a img {
  float: left;
  margin: 0;
  border: none;
  padding: 4px;
  background: #fff;
  width:238px
}

.item a .cat-name {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 0.75em;
  font-weight: bold;
  color: #fff;
  background: #000;
  padding: 5px 10px;
  filter:alpha(opacity=75);
  opacity:.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; 
/*--IE 8 Transparency--*/
}
