* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #eee;
  /* background-color: #0B6CB8;
	color: #eee;
    text-shadow: none;
    background-image: -moz-linear-gradient(top,#0097ee,#004da1);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0097ee),to(#004da1));
    background-image: -webkit-linear-gradient(top,#0097ee,#004da1);
    background-image: -o-linear-gradient(top,#0097ee,#004da1);
    background-image: linear-gradient(to bottom,#0097ee,#004da1);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0097ee',endColorstr='#ff004da1',GradientType=0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
	*/
}

img {
  border: 0;
  vertical-align: top;
}

ul, li {
  list-style: none;
}

.shutter {
  overflow: hidden;
  width: 1200;
  height: 400;
  position: relative;
  margin: 0px auto;
}

.shutter-img {
  z-index: 1;
}

.shutter-img, .shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
}

.shutter-img a>img {
  width: 100%;
  height: 100%;
}

.shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}

.shutter-btn li {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 49px;
  height: 49px;
  margin-top: -25px;
  cursor: pointer;
}

.shutter-btn li.prev {
  left: 20px;
  background: url(shutter_prevBtn.png) no-repeat 0 -49px;
}

.shutter-btn li.next {
  right: 20px;
  background: url(shutter_nextBtn.png) no-repeat 0 -49px;
}

.shutter-desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: url(shutter_shadow.png) repeat;
}

.shutter-desc p {
  padding-left: 20px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}