#screen{
width:980px;
background:red;
margin:0;
padding:0;	

}			
	#screen li{
		float:left;
		list-style:none;
		margin:0;
padding:0;	

	}
	#screen .jq-ss-crop{
		float:left;				
	}
		#left,#right{
			display:block;
			text-decoration:none;
			color:red;
			position:absolute;
			top:575px;
			left:905px;
			
			width:29px;
			height:28px;
			
			background:url(../img/go_left.gif) no-repeat;
		}
		#right{
			left:945px;
			
			background:url(../img/go_right.gif) no-repeat;
		}
			
		
	#view{
		width:980px;
		height:100px;
		overflow:hidden;
		background:#fff;
	}
		#images{
			width:1422 !important;
			width:1422px;
			padding:0;
			margin:0;
		}
			#images li{
				 
				width:158px;
			}
			
			#images li img{
				border:0;
				float:left;
				width:158px;
			}