*{
	margin:0;
	padding:0;
}

#container{
	width:380px;
	height:212px;
	position:relative;
}

#container .prevButton{
	height:20px;
	width:20px;
	position:absolute;
	bottom:0;
	background:url('prev.png') no-repeat;
	cursor:pointer;
	z-index:2000;
	
}

#container .prevButton:hover{ background:url('prev-hov.png') no-repeat;}

#container .nextButton{
	height:20px;
	width:20px;
	position:absolute;
	right:0;	
	bottom:0;
	background:url('next.png') no-repeat;
	cursor:pointer;
	z-index:2000;
	
}

#container .nextButton:hover{background:url('next-hov.png') no-repeat;}

#container ul{
	width:380px;
	height:212px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container li:first-child{
	display:list-item;
	position:absolute;
}

#container li{
	position:absolute;
	display:none;
}


