/* scrollable div area */
#scrollable {
	float: left;
	width: 500px;
	height: 252px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #81b1bf;
	border-right-color: #81b1bf;
	border-bottom-color: #81b1bf;
	border-left-color: #81b1bf;
}
/* scrollable div area */
#scrollable-all {
	float: left;
	width: 500px;
	height: 248px;
	overflow: hidden;
}
/* wrap to make sure that image area is clickable */
#wrap {
	float: left;
	width: 15px;
	height: 252px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #81b1bf;
	border-right-color: #81b1bf;
	border-bottom-color: #81b1bf;
	border-left-color: #81b1bf;
}
/* top image of track */
#track-top {
	width: 15px;
	height: 9px;
	cursor:pointer;
	background-color:#DEE9EB;
	background-position: left top;
}
/* vertical track */
#track {
	width: 15px;
	height: 235px;
	background-color:#dee9eb;
	background-position: center;
}
/* bottom image of track */
#track-bot {
	display:block;
	width: 15px;
	height: 8px;
	cursor:pointer;
	background-color:#dee9eb;
	background-position: left top;
}
/* vertical track handle */
#handle {
	width: 15px;
	height: 49px;
	
}
/* scrollable div area */
#scrollable2 {
	float: left;
	width: 500px;
	height: 277px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #81b1bf;
	border-right-color: #81b1bf;
	border-bottom-color: #81b1bf;
	border-left-color: #81b1bf;
}
/* scrollable div area */
#scrollable-all2 {
	float: left;
	width: 500px;
	height: 273px;
	overflow: hidden;
}
/* wrap to make sure that image area is clickable */
#wrap2 {
	float: left;
	width: 15px;
	height: 277px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #81b1bf;
	border-right-color: #81b1bf;
	border-bottom-color: #81b1bf;
	border-left-color: #81b1bf;
}
/* top image of track */
#track-top2 {
	width: 15px;
	height: 9px;
	cursor:pointer;
	background-color:#DEE9EB;
	background-position: left top;
}
/* vertical track */
#track2 {
	width: 15px;
	height: 260px;
	background-color:#dee9eb;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #81b1bf;
}
/* bottom image of track */
#track-bot2 {
	display:block;
	width: 15px;
	height: 8px;
	cursor:pointer;
	background-color:#dee9eb;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #81b1bf;
	border-bottom-color: #81b1bf;
}
/* vertical track handle */
#handle2 {
	width: 15px;
	height: 49px;
	
}

