	a.thumb {
		float: left;
		margin: 0 4px 0 5px;
		padding: 0;
		left: 0px;
		z-index: 40;
		width: 48px;
		height: 48px;
		display: block;
		border: 1px solid #CCCCCC;
		overflow: hidden;
	}
	a.thumb img {
		background: #f5f5f5;
		border: none;
		margin: 0;
		padding: 0;
		opacity:0.4;
	}
	a.thumb:hover img {
		-moz-opacity: 1;
		opacity:1;
	}
	.avail {
		display: block;
		width: 150px;
		height: 14px;
		line-height: 14px;
		font-size: 12px;
		text-align: left;
		float: left;
		margin: -29px 0 0 195px;;
		position: absolute;
		left: 0;
		z-index: 300;
	}
	.avail a {
		color: Green;
		font-weight: bolder;
		background-color: transparent;
	}
	#main {
		height: 370px;
		margin-top:7px;
		margin-bottom:7px;
	}
	#container {
		width: 600px;
		height: 278px; 
		margin: 0 auto;
		top: 30px;
		position: relative;
		border: 1px solid #CCCCCC;
		z-index: 1;
	}
	#strip {
		width: 600px;
		height: 50px;
		margin-left: 22px;
		margin-top: 320px;
		padding-left: 5px;
		overflow: hidden;
		float: left;
	}
	* html #strip{
		margin-left: 11px;
	}
	.desc, .preview {
		position: absolute;
		float: left;
		z-index: 10;
	}
	.desc {
		left: 188px;
		top: 120px;
		width: 602px;
		height: 15px;
		text-align: right;
		background: #f5f5f5;
		color: #666666;
	}
	.preview {
		background: White;
		border: 1px solid #cccccc;
		left: 188px;
		top: 135px;
		width: 600px;
		height: 278px; 
	}
	.preview img{
		margin-top: 13px !important;
		-moz-opacity: 1;
		opacity:1;
		cursor: pointer;
	}
	span.pagination {
		margin-top: 295px;
		right: 190px;
		position: absolute;
		background: red;
		z-index: 100;
	}
	h3 {
		color: gray;
		font-weight: normal;
		font-size: 16px;
		margin-top: 9px;
		text-align: left
	}
