		#controls .lang a {
			background-position: 0 -100px;
			font-size: 11px;
			height: 14px;
			line-height: 13px;
		}
		#controls .lang span {
			background-position: 0 -60px;
			font-size: 11px;
			height: 14px;
			line-height: 13px;
		} 
		
		.path a span  {  padding:0px; }
		.path a.last { text-decoration:none; }
		
		
		/*ul.gallery  {}
		ul.gallery  li { float:left; margin-right:30px; background:none;}
		ul.gallery  li .photo_frame {}
		ul.gallery  li .photo_frame .frame {}
		ul.gallery  li .photo_frame .frame a { text-decoration:none; display:block; height:105px; width:105px; }
		
		ul.gallery  li .video_frame .frame a { text-decoration:none; display:block; height:105px; width:155px; }*/
		
		.video_frame {
			height: 105px;
			float: left;
			margin: 0 17px 17px 0;
			overflow: hidden;
			position: relative;
			width: 155px;
		}
		.video_frame div {
				background: url(../img/video.png) no-repeat 0 0;
				height: 105px;		
				left: 0;
				position: absolute;
				top: 0;
				width: 155px;
				z-index: 2;
			}
		.photo_frame {
			height: 105px;
			float: left;
			margin: 0 17px 17px 0;
			overflow: hidden;
			position: relative;
			width: 105px;
		}
			.photo_frame div {
				background: url(../img/frame.png) no-repeat 0 0;
				height: 105px;		
				left: 0;
				position: absolute;
				top: 0;
				width: 105px;
				z-index: 2;
			}
			.photo_frame img {
				left: 0;
				position: absolute;
				border:0;
				top: 0;
				z-index: 1;
			}