/* Horizontal Carousel */
#slideshow {
  width: 262px;
  height: 100px;
	background-color: #0072B5;
	padding: 5px;
	border: thin solid #0064A6;
}

#slideshow .container {
  	width: 250px;
	padding: 5px;
  	overflow: hidden;
}

#slideshow ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: -10px;
  height: 70px;
}                      

#slideshow ul li {
  width: 90px;
  height: 70px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#slideshow .buttons{
	display:block;
 	clear:both;
}
#slideshow .previous_button   { cursor: pointer; z-index: 100; width: 23px; height: 7px; float: left }
#slideshow .next_button   { cursor: pointer; z-index: 100; width: 23px; height: 7px; float: right }

#slideshow2 {
  width: 432px;
  height: 100px;
	background-color: #F6F6F6;
	padding: 5px;
	border: thin solid #E9E9E9;
}

#slideshow2 .container {
  	width: 426px;
	padding: 5px;
  	overflow: hidden;
  	position:relative;
}

#slideshow2 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: -10px;
  height: 70px;
}                      

#slideshow2 ul li {
	padding:0 5px 0 5px;
  height: 70px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#slideshow2 .buttons{
	display:block;
 	clear:both;
}
#slideshow2 .previous_button   { cursor: pointer; z-index: 100; width: 23px; height: 7px; float: left }
#slideshow2 .next_button   { cursor: pointer; z-index: 100; width: 23px; height: 7px; float: right }

