@charset "utf-8";
/* CSS Document */
#abgneBlock {
	width: 770px;
	height: 150px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#abgneBlock ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 9999px;
	height: 150px;
}
#abgneBlock ul.list li {
	float: left;
	width: 770px;
	height: 150px;
}
#abgneBlock .list img{
	width: 100%;
	height: 100%;
	border: 0;
}
#abgneBlock ul.playerControl {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 14px;
}
#abgneBlock ul.playerControl li {
	float: left;
	width: 10px;
	height: 14px;
	cursor: pointer;
	background-image: url(../js/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0px;
}
#abgneBlock ul.playerControl li.current {
	background-position: -10px 0;
}
