#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{
	/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:683px;
	height:900px;
	overflow:hidden;
	margin:0px;
		}
	span#prevBtn{
	border:none;
	position:relative;
	left:5px;
	top:-900px;}
	span#nextBtn{
	border:none;
	margin:0px;
	position:relative;
	left:5px;
	top:-900px;}				

