@charset "UTF-8";
/* CSS Document */


/*scrollbar*/
#scrollContent {
	position:absolute; 
	width:768px;
	overflow:visible;
}

#scrollContent img{
	float:left;
}

#scrollArea {
	position:absolute; 
	left:0;
	top:294px; 
	width:766px; 
	height:14px; 
	z-index:4;
	border:1px solid #e8e1d8;
	overflow:hidden;
}	

#scroller {
	position:relative;
	top:1px;
	width:46px; 
	height:12px;
	background:url(img/slider.gif) center no-repeat #e8e1d8;
	border-top:1px solid #ede9e3;
	border-left:1px solid #ede9e3; 
	border-right:1px solid #e8e1d8;
	border-bottom:1px solid #e8e1d8;
	overflow:hidden;
}

/*scrollbar*/
#scrollContentV {
	position:absolute; 
	width:768px;
	overflow:visible;
}

#scrollAreaV {
	position:absolute; 
	right:0;
	top:0; 
	width:15px; 
	height:308px; 
	z-index:4;
	border-left:1px solid #ffffff;
	overflow:hidden;
}	

#scrollerV {
	position:relative;
	top:0;
	width:12px; 
	height:46px;
	background:url(img/sliderV.gif) center no-repeat #e8e1d8;
	border-top:1px solid #ede9e3;
	border-left:1px solid #ede9e3; 
	border-right:1px solid #e8e1d8;
	border-bottom:1px solid #e8e1d8;
	overflow:hidden;
}
