/* Horizontal Carousel 1 */
#horizontal_carousel1 {
  float: left;
  width: 385px;
  height: 154px; /* show to Mozilla/Safari/Opera */
  _height: 154px; /* show to IE */
  /*margin-bottom: 10px;*/ 
}

#horizontal_carousel1 .container {
  float: left;
  width: 343px;
  height: 154px; /* show to Mozilla/Safari/Opera */ 
  _height: 154px; /* show to IE */
  position: relative;    
  overflow: hidden;
}

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

#horizontal_carousel1 ul li {
  width: 110px;
  height: 154px;
  list-style:none;   
  float:left;
}

#horizontal_carousel1 .previous_button {
  float:left; 
  margin:0px; 
  width: 21px;
  height: 136px;
  background: url(prototype-ui/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel1 .previous_button_over {
  background: url(prototype-ui/horizontal/left_over.png);
}

#horizontal_carousel1 .previous_button_disabled {
  background: url(prototype-ui/horizontal/left_disabled.png);
  cursor: default;
}

#horizontal_carousel1 .next_button {
  float:right; *
  margin:0px;
  width: 21px;
  height: 136px;
  background: url(prototype-ui/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel1 .next_button_over {
  background: url(prototype-ui/horizontal/right_over.png);
}

#horizontal_carousel1 .next_button_disabled {
  background: url(prototype-ui/horizontal/right_disabled.png);
  cursor: default;
}

/* horizontal_carosel2 */

/* Horizontal Carousel 2 */
#horizontal_carousel2 {
  float: left;
  width: 385px;
  height: 154px; /* show to Mozilla/Safari/Opera */
  _height: 154px; /* show to IE */
  /*margin-bottom: 10px;*/
}

#horizontal_carousel2 .container {
  float: left;
  width: 343px;
  height: 154px; /* show to Mozilla/Safari/Opera */ 
  _height: 154px; /* show to IE */
  position: relative;    
  overflow: hidden;
}

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

#horizontal_carousel2 ul li {
  width: 110px;
  height: 154px;
  list-style:none;   
  float:left;
}

#horizontal_carousel2 .previous_button {
  float:left; 
  margin:0px; 
  width: 21px;
  height: 136px;
  background: url(prototype-ui/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .previous_button_over {
  background: url(prototype-ui/horizontal/left_over.png);
}

#horizontal_carousel2 .previous_button_disabled {
  background: url(prototype-ui/horizontal/left_disabled.png);
  cursor: default;
}

#horizontal_carousel2 .next_button {
  float:right; 
  margin:0px;
  width: 21px;
  height: 136px;
  background: url(prototype-ui/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .next_button_over {
  background: url(prototype-ui/horizontal/right_over.png);
}

#horizontal_carousel2 .next_button_disabled {
  background: url(prototype-ui/horizontal/right_disabled.png);
  cursor: default;
}

.crousel_absolute{ position:absolute; z-index:100;}

A.carousel_name:link {
	color: #FFFFFF;
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
}

A.carousel_name:visited {
	color: #FFFFFF;
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
}

A.carousel_name:active {
	color: #FFFFFF;
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
}

A.carousel_name:hover {
	color: #FFFFFF;
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
	/*border-bottom: 3px double #ffffff;*/
}
.carousel_name{
	color: #FFFFFF;
	font-weight: bold;
	font-size:18px;
}
.carousel_title{
	color: #FFFFFF;
	font-weight: normal;
	font-size:9pt;
}