/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 724px;
  height: 176px;
  margin-bottom: 0px;
  position: relative;  
}         

#horizontal_carousel .container {
  position: absolute;
  top: 0px;
  left: 0px;  
  width: 724px;
  height: 176px;
  overflow:hidden;   
  background: #fff;
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0px;
  height: 0px;
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  cursor:default;
}


#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 176px;
}                      

#horizontal_carousel ul li img {
  border:1px solid #fff;
  display:block;             
  background:#fff;  
}                               

#horizontal_carousel ul li {
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  border: 0px solid green;
  color: #fff;
  margin: 0pt;
  padding: 2px;
  width: 240px;
  list-style: none;   
  float: left;
}

/* Dog Gallerty */
#dog_photo {
  float:left;
  width: 720px;
  height: 200px;
  margin-bottom: 10px;
  position: relative;  
  border: 0px solid #000;
  background-color: #000;
}         

#dog_photo .container {
  position: absolute;
  top: 10px;
  left: 20px;  
  width: 680px;
  height: 176px;
  overflow:hidden;   
  background: #000;
}            

#dog_photo .previous_button {
  background:url('../img/button/ex3_previous.gif') no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 200px;
  z-index: 100;    
  cursor:pointer;
  color: #fff;
}        

#dog_photo .previous_button_disabled {
  cursor:default;
}

#dog_photo .next_button {
  background:url('../img/button/ex3_next.gif') no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 200px;
  z-index: 100;
  cursor:pointer;
  color: #fff;
}   

#dog_photo .next_button_disabled {
  cursor:default;
}


#dog_photo ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 176px;
  background-color: #000;
}                      

#dog_photo ul li img {
  border:0px solid #000;
  display:block;             
  background:#000;  
}                               

#dog_photo ul li {
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  border: 0px solid green;
  color: #000;
  margin: 0pt;
  padding: 2px 5px 2px 2px;
  /*width: 240px;*/
  list-style: none;   
  float: left;
}

