@charset "utf-8";
#idMediaWrap{
	width:100%;
	height:269px;
	margin:0 auto;
	position:relative;
	padding-top:20px;
}
#lineupItem{
	width:100%;
	float:left;
	text-align:left;
	overflow:hidden;
}
#lineupItem li{
	float:left;
	display:inline;
	width:246px;
	height:269px;
	text-align:left;
}
.prevBtn a{
	display:block;
	width:34px;
	height:34px;
	background:url(../img/slide/btn_prev.png) no-repeat left top;
	position:absolute;
	top:130px;
	left:2px;
	z-index:888;
	text-indent:-999em;
}
.prevBtn a:hover{
	width:34px;
	height:34px;
	background:url(../img/slide/btn_prev_r.png) no-repeat left top;
	zoom:1;
}
.nextBtn a{
	width:34px;
	height:34px;
	background:url(../img/slide/btn_next.png) no-repeat left top;
	position:absolute;
	top:130px;
	right:2px;
	z-index:888;
	text-indent:-999em;
}
.nextBtn a:hover{
	width:34px;
	height:34px;
	background:url(../img/slide/btn_next_r.png) no-repeat left top;
	zoom:1;
}

#productList {
	margin:0;padding:0;
}