
#content {
	width: 350px;
}
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
#preview_wrap {
			margin: 0 auto;
			width: 350px; 
			height: 262px;
		}

		#preview_outer {
			overflow: hidden;
			width: 350px; 
			height: 262px;
			position: relative;
		}

		#preview_inner {
			text-align: left;
			height: 100%;
			position: relative;
		}
		
		#preview_inner div {
			float: left;
			width: 350px; 
			height: 262px;
			position: relative;
		}
		
		#preview_inner div a {
			position: absolute;
			bottom: 0;
			left: 0;	
			display: block;
			width: 100%;
			text-indent: 20px;
			padding: 20px 0;
			color: #fff;
			background: url(bg_trans.png);
			text-decoration: none;
			font-size: 18px;
		}

		#thumbs {
			position: relative;
			text-align: center;	
		}

		#thumbs span {
			padding: 12px;
			width: 50px;
			height: 50px;
			cursor: pointer;
			display: inline-block;
		}
