#scrollbox{
	width: 929px;
	height: auto;
	background: transparent url('images/slider_w_bg.png') no-repeat;
	color: #fff;
	padding: 0 0 5px 0;
}

#scrollbox a{
	color: #fff;
	text-decoration: none;
}

table#scroll_table{
	text-align: center;
	border: none;
	margin: auto;
	}

table#scroll_table td{
	padding: 0 25px 0 25px;
	vertical-align: top;
	
	
}


/* scrollable div area */
#scrollable1 {
				width: 828px;
				height: 135px;
				overflow: hidden;
				white-space: nowrap;
				margin: auto;
				clear: both;
	
}
			

			
/* horizontal track */
#track2 {
				margin: auto;
				width: 826px;
				height: 11px;
				background: transparent url('images/scroll_w_bg.png') no-repeat;
}
			
/* horizontal track handle */
#handle2 {
				width: 100px;
				height: 11px;
				padding: 0 13px 0 13px;
}



