#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none; margin-top: 5px;
  padding-bottom: 15px;

}
	#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:720px;
		height:430px;
		overflow:hidden;
		}
	span#prevBtn{}
	span#nextBtn{}

#slider{
  margin-top: 0px;
  margin-left: 0px
}
