#navigateSites  {
	width: 896px;
	height: 175px;
	text-align: center;
	margin-bottom: 15px;
	padding-right: 2px;
}
/* Horizontal Carousel */
#horizontal_carousel {
 /*float:left;*/
  width: 894px;
  height: 164px;
  position: relative; 
}         

#horizontal_carousel .container {
  position: absolute;
  top: 0px;
  /*right: 10px;*/
  left: 5px; 
  margin: 0px auto;
  width: 854px;
  height: 162px;
  overflow:hidden; 
  position: relative; 
  background-image: url(/themes/default/images/sites_scroll_bg.gif);
  background-position: top left; 
  background-repeat: repeat-x;
  background-color: #333333;
  border-top: 1px solid #858583;
  border-bottom: 1px solid #858583;
  /*background: #3F3F3F;*/
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 0px;
  left: 5px;
  width: 167px;
  height: 164px;
  background: url(/themes/default/images/left.gif) left 0 no-repeat;
  z-index: 30000;    
  cursor:pointer;
}        

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

#horizontal_carousel .next_button {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 167px;
  height: 165px;
  background: url(/themes/default/images/right.gif) right 0 no-repeat;
  z-index: 30000;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(/themes/defualt/images/right-disabled.gif) right 0 no-repeat;
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0px 0px 0px 0px /*0*//*10px*/;
  width: 2210px;
  position: relative;
  top: 0;
  left: 0;
  height: 150px;
}                      

#horizontal_carousel ul li img {
  border:1px solid #999999;
  display:block;             
  background:#E3EDFA;  
}                               
#horizontal_carousel ul li a:hover img  {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: .8;
}                               
#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:5px 9px 5px 9px;
  width:150px;
  list-style:none;   
  float:left;
}
/*#horizontal_carousel ul li.lastRight {
  padding-right: 30px;
}*/
