/* scrollable div area */
#scrollable {
	float: left;
	width: 466px;
	height: 680px;
	padding-right:25px;
	overflow: hidden;
	padding-left: 0px;
	margin-left:10px;
	margin-bottom:20px;
	padding-top:10px;

}
/* scrollable div area */
#scrollable-all {
	float: left;
	width: 805px;
	height: 680px;
	padding-right:50px;
	overflow: hidden;
}
/* wrap to make sure that image area is clickable */
#wrap {
	float: left;
	width: 15px;
	height: 682px;
}
/* top image of track */
#track-top {
	margin-top:8px;
	width: 15px;
	height: 9px;
	background: transparent url(images/scroll_top.jpg) no-repeat top left;
	cursor:pointer;
}
/* vertical track */
#track {
	width: 15px;
	height: 657px;
}
/* bottom image of track */
#track-bot {
	display:block;
	width: 15px;
	height: 8px;
	background: transparent url(images/scroll_bot.jpg) no-repeat top left;
	cursor:pointer;
}
/* vertical track handle */
#handle {
	width: 15px;
	height: 9px;
}
