
	    #md-timeline{
	    	width:600px;
	    	position: relative;
	    	margin-left: 30px;

	    }
	    .t_line_start{
			position: absolute;
			cursor:pointer;
			left:-58px;
			top:16px;
			width:32px;
			height:32px;
			background:url('images/gray/start.png') no-repeat left top;
			display: none;
		}
		.t_line_stop{
			position: absolute;
			cursor:pointer;
			left:-58px;
			top:16px;
			width:32px;
			height:32px;
			background:url('images/gray/stop.png') no-repeat left top;
			display: none;
		}
		.t_line_left{
			position: absolute;
			cursor:pointer;
			left:-22px;
			top:17px;
			width:25px;
			height:32px;
			background:url('images/gray/left.png') no-repeat;
		}
		/* line arrow right */
		.t_line_right {
			position: absolute;
			cursor:pointer;
			right:-28px;
			top:17px;
			width:30px;
			height:32px;
			background:url('images/gray/right.png') no-repeat;
		} 
		.t_line_holder {
			/*--20150918ע��height:80px;--*/
			background:url('images/gray/line.png') repeat-x 0px 24px;
			position: relative;
			overflow: hidden;
			width: 100%;
		}
		.t_line_wrapper{
			white-space: nowrap;
			margin-left: 0%;
			display: balock;
		}
		.t_line_view {
			position: relative;
			display: inline-block;
			/*float: left;*/
			/*width: 600px;*/
			/*width:100%;*/
		}
		.t_line_item{
			/*height:29px;*/
		}
		.t_line_node {
			text-decoration:none;
			width:24px;
			height:24px;
			font-size:12px;
			background:url('images/gray/dot.png') no-repeat;
			color:#ffffff;
			position: absolute;
			text-align: center;
			/*margin-left: -7px;*/
			cursor: pointer;
			top: 15px;
		}
		.item_node_hover{

		}
		.t_line_node.hover {
			background:url('images/gray/dot-rollover.png');
		}
		.t_line_node.active {
			background:url('images/gray/dot-selected.png');
		}
		.t_line_title .t_line_title_item{
			font-size: 20px;
			font-family:'BebasNeueRegular', Sans;
			color: #545454;
			text-align: center;
			visibility: hidden;
		}
		.t_line_text .t_line_text_item{
			color:#ffffff;
			font-size: 14px;
			font-family:"Microsoft Yahei","微软雅黑";
			text-align: center;
			cursor: pointer;
		}
