	
			/* scrollable div area */

			* html #scrollable2 {
				margin-left:5px;
				margin-right:0px;
			}

			#scrollable2 {
				float: left;
				width: 170px;
				height: 236px;
				margin-top:40px;
				margin-left:10px;
				overflow: hidden;
			}
			
			/* wrap to make sure that image area is clickable */
			#wrap3 {
				float: left;
				width: 15px;
				height: 201px;
				background: transparent url(scrollbar-track-bottom.png) no-repeat bottom left;
			}
			
			/* top image of track */
			#track3-top {
				position: absolute;
				width: 15px;
				height: 15px;
				background: transparent url(scrollbar-track-top.png) no-repeat top left;
			}
			
			/* vertical track */
			#track3 {
				margin-top:40px;
				margin-left:5px;
				position: absolute;
				width: 15px;
				height: 236px;
			}
			
			/* vertical track handle */
			#handle3 {
				width: 15px;
				height: 37px;
			}
			
			/* wrap to make sure that image area is clickable */
			#wrap4 {
				float: left;
				clear: both;
				width: 301px;
				height: 15px;
				background: transparent url(scrollbar-track-right.png) no-repeat top right;
			}
			

