*{
	margin:0;
	padding:0;
}

#container{
	width:460px;
	height:305px;
	position:relative;
}

#container .prevButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('/graphics/buttons.png') no-repeat;
	top:50%;
	margin-top:-40px;
	cursor:pointer;
	z-index:1000;
	background-position:left top;
	left:-3%
}

#container .prevButton:hover{ background-position:left bottom;left:-3%;}

#container .nextButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('/graphics/buttons.png') no-repeat;
	top:50%;
	margin-top:-40px;
	cursor:pointer;
	z-index:1000;
	background-position:right top;
	right:-1%
}

#container .nextButton:hover{background-position:right bottom;right:-1%;}


#container .stopButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('/graphics/stopbuttons.png') no-repeat;
	top:92%;
	margin-top:-40px;
	cursor:pointer;
	z-index:1000;
	background-position:right top;
	right:-3%

}

#container .stopButton:hover{
	background-position:right bottom;right:-3%;

	}
	

#container ul{
	width:460px;
	height:305px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container li:first-child{
	display:list-item;
	position:absolute;
}

#container li{
	position:absolute;
	display:none;
}


