@charset "utf-8";
/* CSS Document */

#gContent ul {
	list-style:none;
}

#gContent #gAlbumGrid {
  margin: 12px 0;
  text-align: center;  
}

#gContent #gAlbumGrid * {
  text-align: center;  
}

#gContent #gAlbumGrid .gItem {
  float: left;
  font-size: 11px;
  padding-bottom:12px;
  vertical-align:top;
  width: 50%;
}

#gContent #gAlbumGrid .gItem h2 {
  font-size: 14px;
  text-align:center;
  margin-top:6px;
  margin-bottom:2px;
}