@charset "utf-8";
/* CSS Document */

#idMediaWrap{
	background-image: url(images/partbg.jpg);
	background-repeat: no-repeat;
	height: 133px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#productList {
	margin: 0px;
	padding: 0px;
}

#lineupItem{
	float:left;
	text-align:left;
	width: 900px;
	margin-left: 45px;
	margin-top: 40px;
}
#lineupItem li{
	float:left;
	display:inline;
	width:120px;
	text-align:center;
	margin: 0px;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
}
.prevBtn{
	float:left;
	width:25px;
	position: absolute;
	left: 0px;
	top: 43px;
}
.prevBtn a:hover{
	width:25px;
	height:40px;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}
.nextBtn{
	float:right;
	position: absolute;
	top: 43px;
	right: 0px;
}
.nextBtn a:hover{
	width:25px;
	height:40px;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}
#productList .photo  {
	background-repeat: no-repeat;
	height: 55px;
	width: 125px;
	position: relative;
	float: left;
	text-align: center;
}
