@charset "utf-8";
h1{
	font-size:12px;
	font-weight:normal;
	text-align:center;
	padding-bottom:30px;
}
#idMediaWrap{
	width:712px;
	height:180px;
	margin:0 auto;	position:relative;
	padding-bottom:40px;
}
#lineupItem{
	width:700px;
	float:left;

}
#lineupItem li{
	float:left;
	display:inline;
	padding:0 5px;
	width:241px;
	height:180px;
	text-align:center;
}
.prevBtn{
	float:left;
	width:25px;
	height:40px;
	padding-top:89px;
}
.prevBtn a:hover{
	width:25px;
	height:40px;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}
.nextBtn{
	float:right;
	width:38px;
	height:84px;
	position:absolute;
	left:800px;
	top:40px;
}
.nextBtn a:hover{
	width:38px;
	height:84px;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}
