﻿div.jqimgpy3 ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
div.jqimgpy3 {
	border: 5px solid #ddd;
	position: relative;
	z-index: 1;
}
div.jqimgpy3 .abgne-player {
	position: relative;
	overflow: hidden;
}
div.jqimgpy3 .abgne-player ul.abgne-list {
	position: absolute;
	width: 9999px;
	height: 100%;
}
div.jqimgpy3 .abgne-player ul.abgne-list li {
	float: left;
	width: 100%;
	height: 100%;
	text-align:center;
}
div.jqimgpy3 .abgne-player ul.abgne-list img{
	border: 0;
}
div.jqimgpy3 .abgne-control {
	height: 24px;
	padding: 3px;
	color: #fff;
	font-size: 13px;
	background: #333;
}
div.jqimgpy3 .abgne-control ul {
	float: left;
}
div.jqimgpy3 .abgne-control ul li {
	float: left;
	padding: 0 5px;
	line-height: 20px;
	margin: 2px;
	background: #666;
	cursor: pointer;
}
div.jqimgpy3 .abgne-control ul.numbers {
	margin-left: 13px;
}
div.jqimgpy3 .abgne-control ul li.current {
	background: #fff;
	color:#000;
}
div.jqimgpy3 .abgne-control ul li.hover {
	background: #fff;
	color:#000;
}
