/** 
 * {ݒ
 */
#slideshow {
	margin:0 auto;
	width:720px;
	height:170px;
/*	background:transparent url(../img/bg_slideshow.jpg) no-repeat 0 0; */
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:620px;
  height:170px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:600px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:170px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:170px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:60px;
  left:0;
  background:transparent url(http://ya.cam.jp/img/common/btn_left_on.gif) no-repeat 0 0;
}
#rightControl {
  top:60px;
  right:0;
  background:transparent url(http://ya.cam.jp/img/common/btn_right_on.gif) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
/*
* {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#ccc;
}
*/

#pageContainer {
  margin:0 auto;
  width:740px;
  height:170px;
}
#pageContainer h1 {
  display:block;
  width:740px;
  height:170px;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
