
/* carousel */
#carousel {
   width: 600px;
   height: 380px;
   position: relative;
}
#btnCarousel_left,
#btnCarousel_right {
   width: 37px;
   height: 40px;
   margin-top: 170px;
}
#btnCarousel_left {
   float: left;
   background-image: url(img/arrow_left.png);
}
#btnCarousel_right {
   float: right;
   text-align: right;
   background-image: url(img/arrow_right.png);
}
#carouselContainer {
   width: 526px;
   height: 380px;
   float: left;
   position: relative;
   overflow: hidden;
}
#carousel ul {
   width: 9999999px;
   height: 380px;
   list-style: none;
   white-space: nowrap;
   position: relative;
   overflow: hidden;
}
#carousel li {
   display: block;
   float: left;
   width: 526px;
   height: 380px;
   text-align: center;
   white-space: nowrap;
}