/* Horizontal Carousel */

.head_carousel{
  font-size:17px;
  margin-left:12px;
  margin-bottom:5px;
  color:#1C6DBB;
}

#horizontal_carousel {
  float: left;
  height: 135px;
  overflow:hidden;
  margin-bottom: 2px;
  margin-left:2px;
  padding:5px;
  position: relative;
  border:0px solid #1C6DBB;
}

#horizontal_carousel .container {
  float: left;
  width: 514px;
  height: 135px;
  position: relative;    
  overflow: hidden;
}

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

#horizontal_carousel ul li {
  width:175px;
  height: 120px;
  text-align: center; 
  border-right:1px dotted #1C6DBB;
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 22px;
  height: 75px;
   margin-top:45px;
  background: url(http://magazin.remediu.ro/template/images/left.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(http://magazin.remediu.ro/template/images/left_over.png) no-repeat;
}

#horizontal_carousel .previous_button_disabled {
  background: url(http://magazin.remediu.ro/template/images/left_disabled.png) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 22px;
  height: 75px;
  margin-top:45px;
  background: url(http://magazin.remediu.ro/template/images/right.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(http://magazin.remediu.ro/template/images/right_over.png) no-repeat;
   float:left;  
  width: 22px;
  height: 75px;
  margin-top:45px;
  z-index: 100;
}

#horizontal_carousel .next_button_disabled {
  background: url(http://magazin.remediu.ro/template/images/right_disabled.png) no-repeat;
  cursor: default;
}

.carousel_img{
	height:100px;
	overflow:hidden;
	text-align:center;
}

.carousel_desc{
	padding:5px;
	text-align:center;
}