.body {
	margin: 0;
	padding: 0px;
}

.Solution_body {
	WIDTH: 460px;
	FLOAT: left;
	HEIGHT: 380px
}

.scr_con {
	POSITION: relative;
	WIDTH: 470px;
	FLOAT: left;
	HEIGHT: 216px
}

#dv_scroll {
	POSITION: absolute;
	WIDTH: 470px;
	HEIGHT: 380px;
	OVERFLOW: hidden
}

#dv_scroll .Scroller-Container {
	WIDTH: 100%;
}

#dv_scroll_bar {
	POSITION: absolute;
	BORDER-LEFT: #ff9145 3px solid;
	WIDTH: 14px;
	HEIGHT: 380px;
	TOP: 0px;
	RIGHT: -1px;
}

#dv_scroll_bar .Scrollbar-Track {
	POSITION: absolute;
	WIDTH: 14px;
	HEIGHT: 380px;
	TOP: 0px;
}

.Scrollbar-Top {
	POSITION: absolute;
	background: url(../img/images2/cs_01.png);
	width: 11px;
	height: 7px;
	right: 9px;
	top: -7px;
}

.Scrollbar-Bottom {
	POSITION: absolute;
	background: url(../img/images2/cs_04.png);
	width: 11px;
	height: 7px;
	right: 9px;
	bottom: -166px;
}

#dv_scroll_bar .Scrollbar-Handle {
	POSITION: absolute;
	WIDTH: 13px;
	BACKGROUND: url(../img/images2/cs_02.png) no-repeat 50% top;
	HEIGHT: 39px;
	OVERFLOW: hidden;
	TOP: 0px;
	CURSOR: pointer;
	LEFT: -8px;
}

#dv_scroll_text {
	POSITION: absolute;
	width: 470px;
}

.hand {
	cursor: pointer;
}