
/**
 * Slider Releases Stylesheet
 * 
 * @author AntDevelopers.com
 * @version 1.0
 */

@CHARSET "UTF-8";

/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 333px;
  margin-bottom: 10px;
  position: relative;  
}         

#horizontal_carousel #title {
	margin: 15px 0 15px 15px;	
}

#horizontal_carousel .container {
  position: absolute;
  top: 60px;  
  width: 100%;
  overflow:hidden;
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 110px;
  left: 35px;
  width: 15px;
  height: 25px;
  background: url(../images/left_arrow_act.gif);
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(../images/left_arrow.gif);
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 110px;
  right: 35px;
  width: 15px;
  height: 25px;
  background: url(../images/right_arrow_act.gif);
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(../images/right_arrow.gif);
  cursor:default;
}

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

#horizontal_carousel ul li img {
  border:1px solid #8FB321;            
}

#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0;
  padding-right:3px;
  width:330px;
  text-align: center;
  list-style:none;   
  float:left;
}

#horizontal_carousel #green {
	color: #8FB321;
}

#horizontal_carousel ul li #buy_link a {
	text-decoration: none;
	color: #8FB321;	
}

#horizontal_carousel ul li #buy_link a:hover {
	padding: 2px 5px 2px 5px;
	background-color: #000000;	
}