
#slideshow2 {
	height: 246px;
	width: 800px;
	margin: 0px;
	margin-top:0px;
	position:relative;
	background-repeat: no-repeat;
	background-position: left top;
	line-height:16px;
}
#slideshow2 #slidesContainer2 {
	height: 246px;
	width:800px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	
}
#slideshow2 #slidesContainer2 .slide2 {
	margin:0 auto;
	height: 246px;
	width: 800px; 
	margin-left:0px;
}

.control2 {
  display:block;
  width:30px;
  height:31px;
  position:absolute;
  cursor: pointer;
}
#leftControl2 {
	top:50px;
	left:-10px;
	width:36px;
	height:61px;
	background:url(../img/left_arrow.png) 0 0;
	background-repeat:no-repeat;
	z-index: 1;
}
#rightControl2 {
	  top:50px;
	  right:-10px;
	  width:36px;
	  height:61px;
	  background:url(../img/right_arrow.png) 0 0;
	  background-repeat:no-repeat;
}
