@charset "utf-8";
/* CSS Document */
	#abgneBlock {
		width: 370px;
		height: 200px;
		margin-left:43px;
		position: relative;
		overflow: hidden;
		border: 0px solid #ccc;
		opacity:1.0;
	}
	#abgneBlock ul.list {
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		width: 4000px;
		height: 200px;
	}
	#abgneBlock ul.list li {
		margin: 0;
		padding: 0;
		float: left;
		width: 230px;
		height: 100%; 
	}
	
	#abgneBlock ul.list li.content {
		
		float: left;
		max-width: 130px;
		height: 100%;
		margin:8px 0 0 10px;
		overflow:hidden;
	}
	#abgneBlock .list img{
		margin: 0;
		padding: 0;
		max-width:230px;
		max-height:200px;
		overflow:hidden;
		border: 0;

	}
	#abgneBlock ul.playerControl {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		bottom: 5px;
		right: 5px;
		height: 15px;
	}
	#abgneBlock ul.playerControl li {
		float: left;
		width: 30px;
		height: 14px;
		cursor: pointer;
		margin: 0px 3px;
		background:url(../../images/rect_ctrl.png) no-repeat 0 0;
	}
	#abgneBlock ul.playerControl li.current { 
		background-position: -30px 0;
	}
	
	
	
	
