
* { position: relative; }

html,
body {
  position: static;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #222;
  text-shadow: 1px 1px 1px #fff;
}

/*a,*/
/*a:hover { color: #0066cc; }*/

/*a img { border: none; }*/

.container {
  max-width: 1200px;		/*max-width: 940px;*/
  margin: 0px auto;			/*margin: 40px auto;スライドショー画面上部の空白をトル*/
}

.inl { display: inline-block; }

.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f2f2f2;
  border: none;
  text-shadow: none;
  text-decoration: none;
}

.btn:hover {
  color: #fff;
  background: #aaa;
}

.my-slideshow {
  position: relative;
  width: 853px;			/*width: 640px;画像サイズ*/
  margin: 0px auto;			/*margin: 40px auto;スライドショー画面上部の空白をトル*/
  border: 5px solid #fff;
  background: #eee;
}

.my-slideshow-controls {
  text-align: center;
  padding: 5px;
  background: #ddd;

  padding-right:90px;		/*ナビボタンの位置　左へ移動*/
}

.my-slideshow-slides {
  position: relative;
  width: 853px;			/*width: 640px;画像サイズ*/
  height: 640px;			/* height: 400px画像サイズ*/
  overflow: hidden;
}

.my-slideshow-slide {
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.my-slideshow-counter {
  /*text-align: left;*/	/*text-align: center;*/
  padding: 5px 0 0 0;	/*padding: 10px 0;*/
  font-style: normal;		/*font-style: italic;*/
  background: #ddd;
  float:left;
  color:#333333;		/*画像枚数　文字色*/
  font-weight:bold;
  font-size:11pt;
  font-family:Monotype;
}

.my-slideshow-playing .my-slideshow-play,
.my-slideshow-paused .my-slideshow-pause {
  background: #555;
  color: #fff;
}
