#screen{
			width:980px;
			padding:0;
			height:197px;
			background:url(imgs/gallery_bg.jpg) repeat-x;
			border-top:1px solid #d8d7d7;
			margin:0px auto;
		}			
			#screen li{
				float:left;
				list-style:none;
				
				
			}
			#screen .jq-ss-crop{
				margin:5px 5px;
				float:left;	
				padding:0px 40px 0px 0px;			
			}
				#left{
					font-weight:bolder;
					font-size:36px;
					margin-top:86px;
					margin-right:10px;
					display:block;
					text-decoration:none;
					background:url(imgs/arrow.jpg) no-repeat;
					width:14px; 
					height:24px;
			
				}
				
				#right{
					font-weight:bolder;
					font-size:36px;
					margin-top:86px;
					margin-left:10px;
					display:block;
					text-decoration:none;
					background:url(imgs/arrowr.jpg) no-repeat;
					width:14px; 
					height:24px;
			
				}
			#view{
				margin:0px auto;
				width:920px;
				height:197px;
				overflow:hidden;
				padding:10px 0px 0px 0px;  
				
			}
				#images{
					width:3818px !important;
					width:3822px;
					padding:0;
				}
				
				#images ul {margin:0px; padding:0px; }
				
				#images li {
					margin:0px;
					padding:0px 40px 0px 0px;
					display:block;
					float:left;
					width:195px!important;
					list-style-type:none;
					
				}
				
				#images li .title{
					margin:0px;
					padding:0px;
					display:block;
					float:left;
					font:bold 11px/13px "Verdana";
					color:#757373;
					width:195px!important;

					
				}
				
				#images li .title a{
					margin:0px;
					padding:0px;
					display:block;
					float:left;
					font:bold 11px/13px "Verdana";
					color:#757373;
					text-decoration:underline;}
					
					#images li .title a:hover{
					margin:0px;
					padding:0px;
					display:block;
					float:left;
					font:bold 11px/13px "Verdana";
					color:#757373;
					text-decoration:none;}
					
					
					#images li img{
						border:0;
						width:195px;
						height:135px;
						
						
						
						
						
					}
					
					
