@charset "UTF-8";



.Scroller-Container {
	position: absolute;
	top: 0;
	left: 1px;
}
.Scrollbar-Up {
  position: absolute;
  width: 13px; height: 13px;
  font-size: 0px;
 background:url(../../common/img/scroll_up_off.gif) no-repeat; 
}
.Scrollbar-Track {
  width: 13px; height: 164px;
  position: absolute;
  top: 13px;
  background:url(../../common/img/scroll_bar.gif) repeat-y; 
}
.Scrollbar-Handle {
  position: absolute;
  width: 11px; height: 11px;
  background-color: #fff;
  border:1px solid #000;
}
.Scrollbar-Down {
  position: absolute;
  top: 177px;
  width: 13px; height: 13px;
  font-size: 0px;
  background:url(../../common/img/scroll_down_off.gif) no-repeat; 
}
#Scrollbar-Container {
	position: absolute;
	/*top: 20px; left: 0;*/
  	left:25px;
	top:75px;
}

#Container {
	position: absolute;
	top: 75px;
	left:53px;
	width: 270px;
	height: 190px;
}
#Link,#Link2,#Link3 { 
  position: absolute;
  top: 13px; 
  overflow: hidden;
  width: 270px;
  height: 166px;
  display: none;
}
#Link {display: block;}
p {
  margin: 0; 
  padding: 0px 0 8px;
}
#Navigation {
	position: absolute;
	top: 54px;
	left: 25px;
}
#Navigation p {
  margin: 0 2px 0 0;
  padding: 0 5px 0 0;
  float: left; 
}
#Navigation p.btn1{
	background:url(../img/btn_shoplink_off.gif) no-repeat;
	width:33px;
	height:5px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
}
#Navigation p.btn1 a{
	width:33px;
	height:5px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
}
#Navigation p.btn1 a:hover{
	background:url(../img/btn_shoplink_on.gif) no-repeat;
	width:33px;
	height:5px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
}

#Navigation p.btn2{
	background:url(../img/btn_fishinglink_off.gif) no-repeat;
	width:78px;
	height:5px;
	display: block;
	text-indent:-9999px;
}
#Navigation p.btn2 a{
	width:78px;
	height:5px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
}
#Navigation p.btn2 a:hover{
	background:url(../img/btn_fishinglink_on.gif) no-repeat;
	width:78px;
	height:5px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
}
#Navigation p.btn3{
	background:url(../img/btn_hungoutlink_off.gif) no-repeat;
	width:91px;
	height:5px;
	display: block;
	text-indent:-9999px;
}
#Navigation p.btn3 a{
	width:91px;
	height:5px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
}
#Navigation p.btn3 a:hover{
	background:url(../img/btn_hungoutlink_on.gif) no-repeat;
	width:91px;
	height:5px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
}
#Navigation p a.current {
  margin-top: 0px;
  height: 5px;
}
