

			
			/* scrollable div area */
			#scrollable2 {
				float: left;
				width: 735px;
				height: 325px;
				padding: 0;
				position:relative;
				overflow: hidden;
			}
			
			* html #scrollable2 {width: 734px;}
	
			
			/* wrap to make sure that image area is clickable */
			#wrap3 {
				float: left;
				width: 10px;
				height: 353px;
			
			}
			
			/* top image of track */
			#track3-top {
				position: absolute;
				width: 10px;
				height: 10px;
			}
			
			/* vertical track */
			#track3 {
				position: absolute;
				width: 1px;				
				height: 325px;
				border-left: 1px solid #ddd;
			}
			
			/* vertical track handle */
			#handle3 {
				width: 10px;
				height: 37px;
				right:5px;
			}
			
		