*{
	margin:0 auto 0 auto;
	padding:0;
}

#container{
	width:953px;
	height:621px;
	position:relative;
}

#container .prevButton{
	height: 72px;
	width: 68px;
	position: absolute;
	background: url('../images/buttons.png') no-repeat;
	top: 310px;
	margin-top: -36px;
	cursor: pointer;
	z-index: 2000;
	background-position: left top;
	left: 5px
}

#container .prevButton:hover{ background-position:left bottom;left:43;}

#container .nextButton{
	height: 72px;
	width: 68px;
	position: absolute;
	background: url('../images/buttons.png') no-repeat;
	top: 310px;
	margin-top: -36px;
	cursor: pointer;
	z-index: 2000;
	background-position: right top;
	right: 4px;
}

#container .nextButton:hover{background-position:right bottom;right:4;}

#container ul{
	width: 953px;
	height: 621px;
	list-style: none outside none;
	position: relative;
	overflow: hidden;
	padding:0
}

#container li:first-child{
	display:list-item;
	position:absolute;
}

#container li{
	position:absolute;
	display:none;
}
