
	
	
			
			/* scrollable div area */
			#scrollable1 {
				float: left;
				
				padding: 0px 0px 0px 12px;
				left: 460px;
				top: 125px;
	            position: absolute;
				width: 200px;
				height: 200px;
				text-align: left;
				border: 0px solid #ccc;
				overflow: hidden;
				white-space: nowrap;
	background: url(../images/backgoundlightgreynews-trans.png) no-repeat;
}
		#scrollable1 a{
	color: #cbc6bf;
	text-decoration: none;
	font-weight: bold;
}
			/* vertical track */
			#track1 {
				float: left;
				left: 650px;
				top:  -9px;
	            position: relative;
				width: 10 px;
				height: 200px;
				margin-left: 3px;
				background-color: #9f9f9f;
			}
			
			/* vertical track handle */
			#handle1 {
				width: 15px;
				height: 15px;
				
				background-image: url(../images/handlered.png);
				cursor: move;
			}
			
				
			
			/* scrollable div area */
			#scrollable2 {
				float: left;
				
				padding: 0px 0px 0px 12px;
				left: 0px;
				top: 0px;
	            position: relative;
				width: 640px;
				height: 430px;
				text-align: left;
				border: 0px solid #ccc;
				overflow: hidden;
				white-space: nowrap;
/*	background: url(../images/backgoundlightgreynews.png) no-repeat; */
}
			
			/* vertical track */
			#track2 {
				float: left;
				left: 0px;
				top:  27px;
	            position: relative;
				width: 15 px;
				height: 390px;
				margin-left: 3px;
				background-color: #9f9f9f;
			}
			
			/* vertical track handle */
			#handle2 {
				width: 15px;
				height: 20px;
				/*background-color: #f00; */
				cursor: move;
				background: url(../images/handlered.png) no-repeat;
}				
				/* scrollable div area */
			#scrollable3 {
				float: left;
				
				padding: 0px 0px 0px 12px;
				left: 0px;
				top: 0px;
	            position: relative;
				width: 640px;
				height: 430px;
				text-align: left;
				border: 0px solid #ccc;
				overflow: hidden;
				white-space: nowrap;
/*	background: url(../images/backgoundlightgreynews.png) no-repeat; */
}
			
			/* vertical track */
			#track3 {
				float: left;
				left: 0px;
				top:  27px;
	            position: relative;
				width: 15 px;
				height: 390px;
				margin-left: 3px;
				background-color: #9f9f9f;
			}
			
			/* vertical track handle */
			#handle3 {
				width: 15px;
				height: 20px;
				/*background-color: #f00; */
				cursor: move;
				background: url(../images/handlered.png) no-repeat;
			}
			
				
		
		
		
		
		