@import "/js/css/jquery.lightbox-0.5.css";

#wrapper .centerColumn {
  background: none;
  padding-right: 0px;
  width: auto;
  height: auto;
}

#wrapper #magazines,
#wrapper #magazines UL {
  width: auto;
  margin: 0px;
}

#wrapper #magazines #success {
  width: 250px;
}

#wrapper #magazines LI {
  height: auto;
  float: left;
  clear: none;
  display: inline;
  border: 1px solid #bbb;
  position: static;
  padding: 5px 0px;
  width: 130px;
  min-width: 0px;
  background: #eee;
  margin: 20px;
}

#wrapper #magazines LI A {
  clear: none;
  position: static;
}

#magazines LI IMG {
  height: 150px;
  margin: 0px auto;
  display: block;
}




