/* Horizontal Carousel */
#horizontal_carousel {
   background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #E9E9E9;
    height: 263;
    padding: 10px;
    width: 498px;
}

#horizontal_carousel .container {
  overflow: hidden;
    width: 490px;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 2000px;
  position: relative;
  top: 0;
  left: -10px;
  height: 264px;
}                      

#horizontal_carousel ul li {
   float: left;
    height: 264px;
    list-style: none outside none;
    width: 155px;
	margin-left: 10px;
}

#horizontal_carousel ul li p
{
 color: #666666;
    float: left;
    font-family: arial;
    font-size: 12px;
    height: auto;
    width: 155px;
	    padding-bottom: 5px;
}

#horizontal_carousel ul li h4
{
	   color: #E82559;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	 padding-left: 0px !important;
}

#horizontal_carousel .buttons {
    clear: both;
    display: block;
    float: right;
    height: 25px;
    position: absolute;
    right: 8px;
    top: 10px;
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 25px;
  height: 25px;
  background: url(../images/slider_aero.png) no-repeat;
  z-index: 100;
   margin-right: 10px;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/prev_hover_aero.png) no-repeat;}

#horizontal_carousel .previous_button_disabled {
background: url(../images/slider_aero.png) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:right;  
  width: 25px;
  height: 25px;
  background: url(../images/slider_aero_r.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../images/slider_hover_aero.png) no-repeat;
  height:25px;
  width:25px;
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/slider_aero_r.png) no-repeat;
  cursor: default;
}

#product_btns_main
{
	width:150px;
	height:23px;
	float:left;
}

#product_btn {
    background:url(../images/product_btn.png) no-repeat;
    border: medium none;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 22px;
    width: 120px;
	cursor:pointer;
	padding-bottom:5px;
	font-weight: bold;
}
#cart_btn {
    background:url(../images/cart_btn.png) no-repeat;
    border: medium none;
    float: right;
    height: 21px;
    margin-right: 3px;
    width: 24px;
	cursor:pointer;
}