#quotes ul, #quotes li{
	margin:0;
	padding:0;
	list-style:none;
	}
#quotes, #quotes li{ 
	/* 
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/ 
	width:590px;
	height:600px;
	overflow:hidden; 
	}
span#prevBtn{float:left;}
span#nextBtn{float:right;}

