/* Horizontal Carousel */
#featured-carousel {
  float:left;
  width: 895px;
  height: 360px;
  margin-bottom: 10px;
  position: relative;  
}         

#featured-carousel .container {
  position: absolute;
  top: 0;
  left: 30px;  
  width: 840px;
  height: 360px;
  overflow:hidden;   
  background:url(../images/bg-carousel.gif) no-repeat left top;
}            

#featured-carousel .previous_button {
  position: absolute;
  top: 110px;
  left: 0;
  width: 23px;
  height: 23px;
  background: url(../images/left-button.gif) no-repeat left bottom;
  z-index: 100;    
  cursor:pointer;
}        

#featured-carousel .previous_button_disabled, #featured-carousel .previous_button_disabled:hover {
  background: #fff;
  cursor:default;
}
#featured-carousel .previous_button:hover {
  background: url(../images/left-button.gif) no-repeat left top;
}

#featured-carousel .next_button {
  position: absolute;
  top: 110px;
  right: 0;
  width: 23px;
  height: 23px;
  background:url(../images/right-button.gif) no-repeat right bottom;
  z-index: 100;
  cursor:pointer;
}   
#featured-carousel .next_button:hover {
  background:url(../images/right-button.gif) no-repeat right top;	
}
#featured-carousel .next_button_disabled, #featured-carousel .next_button_disabled:hover {
  background:#fff;
  cursor:default;
}

#featured-carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 144px;
}                      



#featured-carousel ul li {
  margin:0;
  padding:10px 0;
  width:210px;
  list-style:none;   
  float:left;
}
#featured-carousel ul li .content { padding:0 10px; }
#featured-carousel ul li .content h3 { font-size:13px; margin:0; }
#featured-carousel ul li .content p { font-size:11px; color:#565656; line-height:13px; }
#featured-carousel ul li .content .mg { text-align:center; min-height:200px; margin-bottom:5px; }
#featured-carousel ul li .content .mg a { display:block; text-align:center; }
#featured-carousel ul li .content p.more { text-align:right; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; line-height:25px; }
#featured-carousel ul li .content p.more a span { display:block; float:right; line-height:30px; text-decoration:underline;}
#featured-carousel ul li .content p.more a:hover span {text-decoration:none; }
#featured-carousel ul li .content p.more a img { float:right; }








































