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

#abgneBlock2 { width: 591px; height: 349px; 
}

#abgneBlock2 #player {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#abgneBlock2 ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
}

#abgneBlock2 ul.list li {
	float: left;
	width: 100%;
	height: 100%;
}

#abgneBlock2 .list img{
	width: 100%;
	height: 100%;
	border: 0;
}

#abgneBlock2 ul.playerControl {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 5px;
	height: 14px;
	top: 5px;
}

#abgneBlock2 ul.playerControl li {
	float: left;
	color: #FFF;
	text-align: center;
	width: 14px;
	height: 14px;
	font-family: Arial;
	font-size: 1px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/control_ico.png);
	background-repeat: no-repeat;
	background-position: -21px 0;
	line-height: 14px;
}

#abgneBlock2 ul.playerControl li.current {
	color: #666666;
	font-weight: bold;
	background-position: 0 0;
}
	
