@charset "utf-8";

/* cs.sxu.edu.cn */

/* ÍøÒ³ÑÕÉ«±ä»Ò¶È
html {
  filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
  -moz-filter:grayscale(100%);
  -ms-filter:grayscale(100%);
  -o-filter:grayscale(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter:grayscale(1)
}
*/

#photos-container {
  display: table;
  height: auto;
  margin: 0 auto;
  width: 1280px;
}

#photos-container div.player {
  clear: both;
  height: 280px;
  margin: 25px 0 20px;
  overflow: hidden;
  width: 1280px;
}

#photos-container div.player div.button_left {
  background: url('/images/arrow_0.png') no-repeat left top;
  cursor: pointer;
  float: left;
  height: 36px;
  margin: 100px 0 0;
  width: 36px;
}

#photos-container div.player div.button_right {
  background: url('/images/arrow_1.png') no-repeat left top;
  cursor: pointer;
  float: left;
  height: 36px;
  margin: 100px 0 0;
  width: 36px;
}

#photos-container div.player div.playerdetail {
  height: 240px;
  text-align: center;
  width: 400px;
}

#photos-container div.player div.playerdetail img {
  height: 240px;
  margin: 0 auto;
  width: 386px;
}

/*¹ö¶¯*/
#photos-container div.viewer {
  background-color: #fffcfc;
  float: left;
  height: 240px;
  overflow: hidden;
  padding: 10px 4px;
  width: 1200px;
}

#photos-container div.viewer ul {
  float: left;
}

#photos-container div.viewer ul li {
  float: left;
  height: 240px;
  width: 400px;
}

#photos-container .viewer-content {
  width: 10000000px;
}
