.TopTD {
	width: 170px;
	height: 200px;
	padding: 0px 10px;
	text-align: center;
	overflow: hidden;
}
.TopButton {
	background: -webkit-gradient(linear, left top, left bottom,color-stop(0, #ffffff), color-stop(0.33, #dbdbdb), color-stop(0.66, #d1d1d1), color-stop(1, #dcdcdc)) ;
	background: -moz-linear-gradient(top,#ffffff 0%, #dbdbdb 33%, #d1d1d1 66%, #dcdcdc 100%) ;
	border: 1px solid #dddddd;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px #ccc;
	-webkit-text-shadow: 1px 1px 1px #ccc;
	-moz-text-shadow: 1px 1px 1px #ccc;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

#reflect1 {
	width: 150px;
	height: 150px;
	padding: 0px auto;
	-webkit-box-reflect:below 1px 
	-webkit-gradient(
		linear, 
		left top, 
		left bottom, 
		from(transparent), 
		color-stop(0.85, transparent), 
		to(rgba(255,255,255,0.8))
	);
}

img.trans {
	width: 150px;
	height: 150px;
	border: 0px solid #fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}