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

.idMediaWrap{
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	position: relative;
	height: 158px;
}
.voip {
	margin: 0px;
	padding: 0px;
	height: 158px;
}
.voipItem{
	float:left;
	text-align:left;
	height: 158px;
}
.voip li{
	float:left;
	display:inline;
	text-align:center;
	margin: 0px;
	padding-top: 0;
	padding-bottom: 0;
	height: 158px;
	width: 320px;
	padding-left: 3px;
	padding-right: 3px;
}
.prevBtna{
	float:left;
	width:25px;
	position: absolute;
	left: -45px;
	top: 60px;
}
.prevBtna a:hover{
	width:25px;
	height:40px;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}
.nextBtna{
	float:right;
	position: absolute;
	top: 60px;
	right: -45px;
}
.nextBtna a:hover{
	width:25px;
	height:40px;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}
.voip .photo  {
	background-repeat: no-repeat;
	height: 55px;
	width: 125px;
	position: relative;
	float: left;
	text-align: center;
}
