/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	background: url("../tpl/images/sushi_info_home_2_48.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 880px;
	height: 162px;
	position:relative;
	border: 1px solid;
	border-color: #DDD7AE;
}
#slideshow #slidesContainer {
  margin:0 auto;
  margin-top:0px;
  margin-left:25px;
  width:830px;
  height:162px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:720px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:150px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:16px;
  height:150px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:url('../tpl/images/arrow_left.png') no-repeat 0 0;
  background-align: right;
	width:16px;
	margin-top:0px;
	margin-left:5px;
  height: 150px;
  z-index:1500;
}
#rightControl {
  top:0;
  right:0;
  background:url('../tpl/images/arrow_right.png') no-repeat 0 0;
  background-align: center middle;
  width:16px;
	margin-top:0px;
	margin-right:5px;
  height: 150px;
}
