@charset "UTF-8";
/* CSS Document */

.thumbImg,
  .thumbImgSizeA,
  .thumbImgSizeB,
  .thumbImgSizeC {
	padding: 12px 14px 1em 12px;
	display: block;
	float: left;
	margin: -3px 8px 0 -5px;
	
}

.thumbImg,
  .thumbImgSizeA {
	width: 75px;
	height: 75px;
	background: transparent url(../../images/components/thumbImg/thumbImg_frame_75x75.png) left top no-repeat;
}
.thumbImg img,
  .thumbImgSizeA img {
	width: 75px;
	height: 75px;
}

.thumbImgSizeB {
	width: 100px;
	height: 100px;
	background: transparent url(../../images/components/thumbImg/thumbImg_frame_100x100.png) left top no-repeat;
}
.thumbImgSizeB img {
	width: 100px;
	height: 100px;
}

.thumbImgSizeC {
	width: 150px;
	height: 150px;
	background: transparent url(../../images/components/thumbImg/thumbImg_frame_150x150.png) left top no-repeat;
	padding: 13px 14px 1em 13px;
}
.thumbImgSizeC img {
	width: 150px;
	height: 150px;
}


	.thumbImg,
  .thumbImgSizeA {
	width: 250px;
	height: 109px;
	background: none;

}
.thumbImg img,
  .thumbImgSizeA img {
	width: 250px;
	height: 109px;
}
	