.thumbFrame {
	float: left;
	margin: 0 10px;
}

.thumbFrame a {
	display: block;
}

.thumbFrame .more {
	background: none;
	color: #9E9E9E;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
}

.thumbFrame .more div {
	background: url(images/home/arrow_more.png) no-repeat center bottom;
}

.Thumb {
	width: 90px;
}
.landscape .Thumb {
    width: 125px;
}
img.Thumb, .ThumbHeight {
	height: 125px;
}
.landscape img.Thumb {
    height: 90px;
}
.thumbCard {
	background: url(images/bck_card_thumb.png) no-repeat;
	padding: 6px;
}
.landscape .thumbCard {
    background: url(images/bck_card_thumb_h.png) no-repeat;
}

