@charset "utf-8";
/* CSS Document */
.jscarousal{
	width: 482px;
	height: 120px;
	background-color: none;
	border: 0;
	margin: 0;
	padding: 0;
	padding: 0px;
	position: relative; /*overflow: hidden;*/
	overflow:hidden;
}

.jscarousal .jscarousal-left, .jscarousal .jscarousal-right{
	float: left;
	width: 23px;
	height: 98px;
	background-color: none;
	color: White;
	position: relative;
	top: 6px;
	cursor: pointer;
}


.jscarousal .jscarousal-left{
background:url(../images/prev.gif) no-repeat 5px 20px;
	width:28px; height:28px; padding:70px 5px 0 0;
}

.jscarousal .jscarousal-right{
	background:url(../images/next.gif) no-repeat 5px 20px;
	width:28px; height:28px;padding:70px 0px 0 0 ;
}

.jscarousal-contents{
	width: 410px;
	height: 120px;
	float: left;
	position: relative;
	overflow: hidden;
}

.jscarousal-contents > div{
	position: absolute;
	width: 100%;
	height: 120px;
}

.jscarousal-contents > div > div{
	float: left;
	margin-left: 0px;
	margin-right: 3px;
}

.jscarousal-contents img{
	width: 99px;
	height: 70px;
	border: solid 0px #7A7677;
}

.hidden{
	display: none;
}

.visible{
	display: block;
}

.thumbnail-text{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 0px;
}
.good_view{ font-family:"맑은 고딕";}
.good_view span{ display:block; text-align:center; padding:5px 0; font-weight:700;}
	.good_view span b{ font-weight:400;}

.good_view p{ display:block; text-align:center; color:#000; font-weight:700;}
	.good_view p b{ text-decoration: line-through; color:#666; font-weight:400;}


