#preview_wrap {
			margin: 0 auto;
			padding: 22px;
			width: 550px; 
			height: 400px;
			background: url('bg_preview.gif') top left no-repeat;
		}

		#preview_outer {
			overflow: hidden;
			width: 550px;
			height: 400px;
			position: relative;
		}

		#preview_inner {
			text-align: left;
			height: 100%;
			position: relative;
		}
		
		#preview_inner div {
			float: left;
			width: 550px;
			height: 400px;
			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 {
		margin-left:80px;
			padding-top: 30px;
			position: relative;
			width: 750px;
			text-align: center;	
		}

		#thumbs span {
			padding: 12px;
			width: 80px;
			height: 80px;
			cursor: pointer;
			background: url('bg_thumb.gif') top left no-repeat;
			display: inline-block;
		}

		#arrow {
			position: absolute;
			top: -13px;
			background: url('bg_arrow.gif') top center no-repeat;
			width: 104px;
			height: 39px;
			display: none;
		}