#slider {
	height:460px;
	width:580px;
}
#slideShow {
	height:460px;
	width:580px;
	overflow:hidden;
	position:relative;
}
#slides {
	height:460px;	
	position:relative;
}
.slide {
	border-left:0px solid #FFF;
	border-right:0px solid #FFF;
	display:inline;
	float:left;
	height:460px;
	padding:20px;
	width:540px;
}
#buttonPrev {
	/*
	background:url(images/buttonPrev.png) no-repeat top right;
	float:left;
	height:150px;
	margin-top:125px;
	width:50px;
	*/
}
#buttonNext {
	/*
	background:url(images/buttonNext.png) no-repeat top right;
	float:left;
	height:150px;
	margin-top:125px;
	width:50px;
	*/
}