/* Horizontal Carousel */
#horizontal_carousel {
  width: 620px;
  height: 230px;
  position: relative;
	background:url(images/slices/h1_bg.gif) no-repeat top center;	
	clear:both;
	margin-bottom:0px;
	padding:0px 0px 0px 7px;
}

#horizontal_carousel .carouzel_header_text {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding:7px 7px 0px 20px;
	width:400px;
}

#horizontal_carousel .carouzel_header_text a {
color:#FFFF66;
}

#horizontal_carousel .productSpecialPrice {
  color: #dd8800;
	font-size:14px;
	display: inline-block;
	width:85px;
	font-weight: bold;
	padding:5px;
	margin:0px;
	background:url(images/slices/price_tag_small.gif) no-repeat center;
	text-align:center;
}
 
#horizontal_carousel .container {
  float: left;
  width: 540px;
  height: 195px;
  position: relative;    
  overflow: hidden;
	margin-top:15px;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 195px;
}                      

#horizontal_carousel ul li {
  width: 180px;
  height: 195px;
  text-align: center; 
  list-style:none;
	list-style-image:none;  
  float:left;
	margin-right:0px;
	background:url(images/slices/dots.gif) repeat-y right top;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 35px;
  height: 190px;
  background: url(images/arrow-left.gif)  no-repeat center;;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(images/arrow-left-over.gif)  no-repeat center;;
}

#horizontal_carousel .previous_button_disabled {
  background: url(images/arrow-left.gif)  no-repeat center;;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 35px;
  height: 190px;
  background: url(images/arrow-right.gif) no-repeat center;;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(images/arrow-right-over.gif)  no-repeat center;;
}

#horizontal_carousel .next_button_disabled {
  background: url(images/arrow-right.gif)  no-repeat center;;
  cursor: default;
}
