.thumbcontainer {
	background: url(/common/bg_tile_hout.jpg) repeat left top;
	padding-left: 60px;
	padding-right: 60px;
}
.thumbcontainer .fade-top {
	height: 100px;
	background: url(/common/bg_fade_top.png) repeat-x left top;
	clear: both;
	margin-left: -60px;
	margin-right: -60px;
	margin-bottom: -100px;
}
.thumbcontainer .fade-bottom {
	height: 100px;
	background: url(/common/bg_fade_bottom.png) repeat-x left bottom;
	clear: both;
	margin-left: -60px;
	margin-right: -60px;
}

.thumbcontainer img {
	width: 100px;
	height: 100px;
	padding: 10px 10px 20px 10px;
	margin: 0px;
	float: left;
	background: url(/common/bg_thumb_tape.png) no-repeat center center;
}
.preview {
	width: 470px;
	height: 400px;
	overflow: hidden;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.preview h2 {
	background-image: url(/common/bg_trans80.png);
	background-repeat: repeat;
	padding: 5px;
	padding-left: 15px;
	position: absolute;
	left: 0px;
	bottom: 50px;
	margin: 0px;
	z-index: 100;
}
.preview p {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 101;
}
.preview a {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 170px;
	height: 20px;
	padding-left: 270px;
	padding-right: 30px;
	padding-top: 360px;
	padding-bottom: 20px;
	background-image: url(/common/bg_preview_btn.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.preview a:hover {
	background-position: 0px -400px;
	color: #000000;
}
.quickmenu {
	background-image: url(/common/bg_subnavwrapper.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	line-height: 21px;
	padding: 10px;
}