/*====================================================================================================
  idMediaWrap
====================================================================================================*/

.idMediaWrap{ margin:0 auto; position:relative; width:100%;}

/*====================================================================================================
  lineupItem
====================================================================================================*/

.lineupItem { width:100%; margin:0 auto; padding:0; overflow:hidden;}
.lineupItem li { width:100%; height:auto; line-height:0;}
.lineupItem li img {width:100%; height:auto;}

/*====================================================================================================
  pre and next Btn
====================================================================================================*/

.prevBtn, 
.nextBtn {top:45%;}
.prevBtn, .prevBtn a,
.nextBtn, .nextBtn a {
	width:25px;
	height:30px;
}
.prevBtn a, .nextBtn a {
	display:block;
	text-indent: -9999px;
}
.prevBtn a:hover, .nextBtn a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}
.prevBtn{ position:absolute; left:0;}
.nextBtn{ position:absolute; right:0;}
.prevBtn a {background:url(../images/prev.png) no-repeat center;}
.nextBtn a {background:url(../images/next.png) no-repeat center;}