#tour-carousel {
 /* float:left;*/
  width: 316px;
  height: 151px;
  position: relative;
  background: #fff;  
}
#tour-container {
	float: left;
	padding: 3px 10px;
}


#tour-carousel .container {
  position: absolute;
  left: 0px;
  padding-left: 45px;
  width: 271px;
  height: 150px;
  overflow: hidden;
  background: #fff;   
}            

#tour-carousel .previous_button {
  position: absolute;
  width: 45px;
  height: 150px;
  background: url(tour/left.png) no-repeat;
  z-index: 100;    
  cursor: pointer;
}        

#tour-carousel .previous_button_disabled {
  background: url(tour/left-disabled.png) no-repeat;
  cursor: default;
}

#tour-carousel .next_button {
  position: absolute;
  right: 0px;
  width: 45px;
  height: 150px;
  background: url(tour/right.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}   

#tour-carousel .next_button_disabled {
  background: url(tour/right-disabled.png) no-repeat;
  cursor: default;
}

#tour-carousel ul {
  margin: 0;
  padding: 0;
  width: 100000px;
  position: relative;
  top: 0;
  left: -456px;
  height: 150px;
}                      

#tour-carousel ul li img  {
  border-left: 0px solid #999999;
  display: block;             
}                               

#tour-carousel ul li {
  font-family: verdana,arial,sans-serif;
  font-size: 10px;
}                               

#tour-carousel ul li {
  border: 0px solid green;
  margin: 0pt;
  padding: 1px;
  width: 226px;
  list-style: none;   
  float: left;
  cursor: pointer;
}

#tour-carousel #tour-carousel-icons {
  width: 316px;
  height: 46px;
  background: url(tour/images-icons-background.png) no-repeat;
  position: absolute;
  z-index: 200;
  bottom: 0;
  background:black;
}

#tour-carousel-icons ul {
  margin: 0;
  padding: 0;
  width: 316px;
  position: relative;
  top: 0;
  left: 0;
  height: 46px;
}                      

#tour-carousel-icons ul li img  {
  border: 2px solid #fff;
  display: block;
}                               

#tour-carousel-icons ul li {
  border: 0px solid green;
  margin: 0pt;
  padding: 3px 3px 3px 4px;
  width: 55px;
  list-style: none;   
  float: left;
}

#tour-carousel-icons .mask {
  width: 59px;
  height: 41px;
  position: absolute;
  background: transparent url(tour/icon-mask-background.png) repeat;
}

#tour-button {
  width: 226px;
  height: 150px;
  left: 47px;
  position: absolute;
  z-index: 150;
  background: transparent url(tour/tour-button.png) no-repeat center center;
}
