@CHARSET "UTF-8";
/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  position: relative; 
  top:100px; 
}         

#horizontal_carousel .container {
  position: absolute;
  top: 5px;
  left: 38px;  
  width: 807px;
  height: 175px;
  overflow:hidden;   
  background: #FFFFFF;
  margin-left:33px;
}            

#horizontal_carousel .previous_button {
  /*position: absolute;
  top: 160px;
  width: 61px;
  height: 12px;
  background: url(classic/horizontal/left.gif);
  z-index: 100;    
  cursor:pointer;*/
  float: left;
  color: #999;
  font-weight: bold;
}        

#horizontal_carousel .previous_button_disabled {
  /*background: url(classic/horizontal/left-disabled.gif);
  cursor:default;*/
  float: left;
  color: #999;
  font-weight: bold;
}

#horizontal_carousel .next_button {
  /*position: absolute;
  top: 160px;
  width: 61px;
  height: 12px;
  background: url(classic/horizontal/right.gif);
  z-index: 100;
  cursor:pointer;*/
  float: right;
  margin-right: 15px;
  color: #999;
}   
.next_button:hover,.previous_button:hover{text-decoration: none;font-weight: bold;color:#000!important ;}
.next_button_disabled:hover,.previous_button_disabled:hover{text-decoration: none;font-weight: bold;color:#e0e0e0!important ;}

#horizontal_carousel .next_button_disabled {
  background: url(classic/horizontal/right-disabled.gif);
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 150px;
}                      

#horizontal_carousel ul li img {
  display:block;              
}                               

#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel ul li {
  background:transparent url(/img/backgroundcar.jpg) no-repeat scroll 0 0;
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  width:270px;
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button,#carousel_edit .previous_button {
    /*background: url(/img/tab_144_left.png);
    width: 61px;*/
    color: #999;
    
}

#horizontal_carousel .previous_button_disabled, #carousel_edit .previous_button_disabled {
	/*background: url(/img/tab_144_left_inactive.png);
	width: 61px;*/
    color: #e0e0e0;
}

#horizontal_carousel .next_button,#carousel_edit .next_button {
    /*background: url(/img/tab_144_right.png);*/
}

#horizontal_carousel .next_button_disabled,#carousel_edit .next_button_disabled {
	/*background: url(/img/tab_144_right_inactive.png);*/
    color: #e0e0e0;
}

