@charset "utf-8";
/* CSS Document */

.smScrollContent
{
	width: 425px;
	height: 565px;
	overflow: hidden;
	float: left;
	padding: 0 5px 0 0;
	margin: 0 0 0 0;
}
.smScroller
{
	width: 14px;
	height: 570px;
	overflow: hidden;
	float: left;
	background:url(../images/bgd_scrollbar.gif) center repeat-y;
}
.smScroller a
{
	display: block;
	width: 14px;
	height: 19px;
	cursor: pointer;
}
.smScrollUp
{
	width: 14px;
	height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0 !important;
	background: url(images/ico_up.gif) no-repeat;
	overflow: hidden;
}
.smScrollDn
{
	width: 14px;
	height: 10px;
	margin: 0px 0x 0px 0px;
	padding: 0;
	background: url(images/ico_down.gif) no-repeat;
	overflow: hidden;
}
.smScrollDx
{
	width: 14px;
	height: 550px;
	margin: 0px;
	_margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.smScrollDx a
{
	width: 14px;
	height: 19px;
	margin: 0 0px 0 0px;
	_margin: 0;
	padding: 0;
	text-align:left;
	background: url(../images/scroll_knob.gif) center no-repeat;
	overflow: hidden;
	display: block;
}

