/* Å¸ÀÌÆ² */
.Zoomer_wrap { 
    padding:0px; width:330px; 
	}

.subject{
	position:absolute;
	width:154px;
	left:-11px;
	top:-7px;
	margin:0;
	font-weight:900;
	/* background:url(/img/gray.gif) no-repeat center center; */
	padding:10px 0px 5px 0px;
	text-align:center; 
	color: #fff;
	border:5px solid #a5a5a5;
	background-color:#cccccc;
	}

.thumb {
    padding-bottom:3px;
    }

ul.thumb li {
    display:inline;
	position: relative;
	width: 140px;
	height:100px;
	}

/* ¼¶³×ÀÏ ÀÌ¹ÌÁö */
ul.thumb li img {
	width: 140px; 
	height: 100px;
	position: absolute;
	left:0; 
	top:0;
	-ms-interpolation-mode: bicubic;
	border:5px solid #f4f4f4;
	}

/* ¼¶³×ÀÏ ÀÌ¹ÌÁö | ¸¶¿ì½º ¿À¹ö */
ul.thumb li img.hover {
	/* background:url(/img/thumb_bg.png) no-repeat center center; */
	border:5px solid #a5a5a5;
	}

.ListBlock {
	margin:3px 0px 0px 3px; 
	float:left;
	border:1px solid #cccccc;
	background-color:#f4f4f4;
	width:154px;
	height:114px;
	}
