div#beach_nav {
 width:200px;
 overflow:hidden;
  background:rgba(174,153,116,0.0) url('../../images/ja_JP/bubble/leftnavi_bg_long01.png') repeat-x 0 0;
  padding-bottom: 32px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  background:  url('../../images/ja_JP/bubble/leftnavi_bg_long01.png') repeat-x 0 0 \9;
}


div#beach_nav.time_simple {
  background:rgba(255,255,255,0.2) repeat-x top;
  background: #ffffff \9;
filter: alpha(opacity=40); /* IE lt 8 */
-ms-filter: "alpha(opacity=40)"; /* IE 8 */
}

div#beach_nav.time_sunrise {
  background:rgba(174,153,116,0.0)url('../../images/ja_JP/bubble/leftnavi_bg_long02.png') repeat-x 0 0;
}
div#beach_nav.time_day {
  background:rgba(174,153,116,0.0) url('../../images/ja_JP/bubble/leftnavi_bg_long01.png') repeat-x 0 0;
}
div#beach_nav.time_sunset {
  background:rgba(174,153,116,0.0)url('../../images/ja_JP/bubble/leftnavi_bg_long02.png') repeat-x 0 0;
}
div#beach_nav.time_night {
  background:rgba(174,153,116,0.0) url('../../images/ja_JP/bubble/leftnavi_bg_long01.png') repeat-x 0 0;
}
div#beach_nav.time_midnight {
  background:rgba(174,153,116,0.0) url('../../images/ja_JP/bubble/leftnavi_bg_long03.png') repeat-x 0 0;
}

div#beach_nav div#beach_nav_header {
	height:30px;
	align:center;
	text-align:center;
	margin-top:10px;

/*	height:29px;
   display:none;
  background:url('../images/beach_nav_header.gif'); */
}

div#beach_nav div#beach_nav_buttons_container {
	position:relative;
	width:200px;
	min-height: 350px;
	min-height: 350px;
}

div#beach_nav div#beach_nav_bubbles {
	position:absolute;
	margin:10px 0 0 10px;
	width:180px;

}

div#beach_nav div#beach_nav_bubbles div {
	position:absolute;
}

div#beach_nav div#beach_nav_buttons {
	position:relative;
	margin:10px 0 0 10px;
	width:180px;
	min-height: 300px;
}
div#beach_nav div#beach_nav_buttons.active {
	position:absolute;
}


div#beach_nav div#beach_nav_buttons a,
div#beach_nav div#beach_nav_buttons .drag_placeholder {
	width:60px;
	height:60px;
	position:relative;
	float:left;
	overflow:hidden;
}
div#beach_nav div#beach_nav_buttons .drag_placeholder {}

div#beach_nav div#beach_nav_buttons a div 	{
	width:60px;
	height:60px;
	position:absolute;
	left:0;
	top:0;
}

div#beach_nav div#beach_nav_buttons img{
	margin:5px 5px 5px 5px
}

div#beach_nav #beach_nav_headline {
  background-color: #fff;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  -khtml-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  opacity: 0.7;
  padding: 8px 0;
}

div#beach_nav #beach_nav_headline p {
  color: #454545;
  font-weight: bold;
  text-align: center;
}