.area div,
			dl,
			dt,
			dd,
			ul,
			ol,
			li,
			h1,
			h2,
			h3,
			h4,
			h5,
			h6,
			pre,
			form,
			fieldset,
			input,
			textarea,
			blockquote,
			p {
				margin: 0;
				padding: 0;
			}

			.area img {
				vertical-align: top;
				border: 0;
			}

			.area {
				zoom: 1;
				font: 12px/1.75 Arial, sans-serif, \5b8b\4f53;
			}

			.focus-box {
				clear: both;
			}

			.focusImage {
				padding: 1px;
				background: #2B2B2B;
				float: left;
			}

			.focusImage-inner {
				width: 152px;
				position: relative;
			}

			.focusImage-content li {
				display: none;
			}

			.focusImage-content li.current {
				display: block;
			}

			.focusImage-content img {
				display: inline-block;
				height: 155px;
				width: 152px;
			}

			.focusImage-title {
				height: 33px;
				line-height: 33px;
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
			}

			.focusImage-title-bg {
				background: #000;
				opacity: .5;
				position: absolute;
				z-index: 5;
				height: 33px;
				width: 100%;
			}

			.focusImage-title h2 {
				padding: 0 0 0 20px;
				font-size: 14px;
				font-weight: bold;
				position: absolute;
				z-index: 10;
			}

			.focusImage-title a,
			.focusImage-title a:visited,
			.focusImage-title a:hover {
				color: #FFF;
			}

			.focusImage-slide {
				position: absolute;
				z-index: 15;
				right: 10px;
				bottom: 10px;
			}

			.focusImage-slide li {
				background: #88857F;
				display: inline-block;
				color: #FFF;
				cursor: pointer;
				float: left;
				padding: 0 5px;
				margin-right: 1px;
				line-height: 15px;
				height: 15px;
			}

			.focusImage-slide li.current {
				background: #FF7E00;
			}