* {
  margin: 0;
  padding: 0;
}

body {
  background: url('../SE/bg.jpg') no-repeat top;
  text-align: center;
}

#carousel {
  position: relative;
  background: url('../SE/carousel.png') no-repeat;
  width: 742px;
  height: 340px;
  text-align: left;
  -moz-user-select: none;
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  zoom: 1;
}

#carousel ul {
  list-style-type: none;
}

#carousel .categories {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #9ba5ac;
  margin: 0;
  line-height: 28px;
}

#carousel .categories span {  
  float: left;
  margin-right: 15px;
}

#carousel .categories a {
  float: left;
  margin-left: 4px;
  padding: 0 8px 0 8px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
}

#carousel .categories a.selected {
  background: #4eb9ff;
  color: #fff;
}

#carousel .products {
  position: absolute;
  top: 60px;
  left: 0;
  width: 10000px;
}

#carousel .products li {
  float: left;
  position: relative;
  width: 140px;
  height: 140px;
  text-align: center;
  margin: 60px 0 0 0;
  cursor: pointer;
  overflow: hidden;
}

#carousel .products li.hidden {
  display: none;
}

#carousel .products img.box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

#carousel .products img.product {
  position: relative;
  top: 10%;
  left: auto;
  width: auto;
  height: 78%;
  zoom: 1;
  z-index: 100;
  margin: 0 auto 0 auto;
}

#carousel .name {
  position: absolute;
  top: 300px;
  left: 0;
  width: 742px;
  text-align: center;
  color: #0e5f94;
  font-size: 16px;
  display: none;
}

#carousel a.link {
  position: absolute;
  top: 78px;
  left: 280px;
  background: url('../SE/open.png') no-repeat;
  width: 191px;
  height: 40px;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  padding-top: 197px;
  display: none;
  z-index: 101;
  text-decoration: none;
  zoom: 1;
}

#carousel a.link b {
  font-size: 12px;
}

.ie #carousel a.link {
  background: url('../SE/open-ie.png') no-repeat;
}
