
#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 460px;
  height: 460px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

#slider ul li img {
	max-width : 100%;
	max-height : 100%;
	vertical-align : middle;
}
